diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 03:28:04 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 14:59:53 (GMT) |
commit | f8296d6975e69196b522b43dd4396138e237a964 (patch) | |
tree | d0e951e50ea29fa66f80b9e75daf7273d2f70ee0 /arch | |
parent | e52e9cc77f98f47b1fbbb9081df517ffea2389d7 (diff) | |
download | u-boot-f8296d6975e69196b522b43dd4396138e237a964.tar.xz |
powerpc: mpc5xxx: remove BC3450 board support
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc5xxx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc5xxx/Kconfig b/arch/powerpc/cpu/mpc5xxx/Kconfig index 9da00da..1b81fb5 100644 --- a/arch/powerpc/cpu/mpc5xxx/Kconfig +++ b/arch/powerpc/cpu/mpc5xxx/Kconfig @@ -14,9 +14,6 @@ config TARGET_A3M071 config TARGET_A4M072 bool "Support a4m072" -config TARGET_BC3450 - bool "Support BC3450" - config TARGET_CANMB bool "Support canmb" @@ -84,7 +81,6 @@ endchoice source "board/a3m071/Kconfig" source "board/a4m072/Kconfig" -source "board/bc3450/Kconfig" source "board/canmb/Kconfig" source "board/cm5200/Kconfig" source "board/galaxy5200/Kconfig" |