diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-22 15:24:19 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 21:53:36 (GMT) |
commit | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (patch) | |
tree | fc5a0ae1f1e5838e928fdf25a63bd4dac3282e7f /configs/PPChameleonEVB_HI_25_defconfig | |
parent | 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc (diff) | |
download | u-boot-5344cc1a82fcc2817d4671696b3939b0dfa4323e.tar.xz |
powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards
These boards are still non-generic boards.
It is a good thing that we can drop board-specific hack code
from drivers/mtd/nand/nand_base.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Cc: Andrea "llandre" Marson <andrea.marson@dave-tech.it>
Diffstat (limited to 'configs/PPChameleonEVB_HI_25_defconfig')
-rw-r--r-- | configs/PPChameleonEVB_HI_25_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/PPChameleonEVB_HI_25_defconfig b/configs/PPChameleonEVB_HI_25_defconfig deleted file mode 100644 index a9de221..0000000 --- a/configs/PPChameleonEVB_HI_25_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=2,PPCHAMELEON_CLK_25" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y |