]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: Remove M5271EVB and idmr board support
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 21 Feb 2014 00:55:16 +0000 (09:55 +0900)
committerTom Rini <trini@ti.com>
Mon, 10 Mar 2014 15:38:13 +0000 (11:38 -0400)
commitba650e9b5263bfc7579e6775676441eeeca2edc4
treefe38a8aef9e8df147b16b3012c774e6b01dbd00a
parent247161b8160fc699b0a517f081220bb50bc502a8
m68k: Remove M5271EVB and idmr board support

CONFIG_SYS_HZ must be always 1000, but M5271EVB.h defines it
as 1000000 and idmr.h defines it as (50000000 / 64).

When compiling these two boards, a warning message is displayed:

  time.c:14:2: warning: #warning "CONFIG_SYS_HZ must be 1000
  and should not be defined by platforms" [-Wcpp]

There are no board maintainers for them so this commit just
deletes them.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jason Jin <Jason.jin@freescale.com>
13 files changed:
board/freescale/m5271evb/Makefile [deleted file]
board/freescale/m5271evb/config.mk [deleted file]
board/freescale/m5271evb/m5271evb.c [deleted file]
board/freescale/m5271evb/u-boot.lds [deleted file]
board/idmr/Makefile [deleted file]
board/idmr/config.mk [deleted file]
board/idmr/flash.c [deleted file]
board/idmr/idmr.c [deleted file]
board/idmr/u-boot.lds [deleted file]
boards.cfg
doc/README.scrapyard
include/configs/M5271EVB.h [deleted file]
include/configs/idmr.h [deleted file]