diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 03:28:08 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 15:00:22 (GMT) |
commit | 41eb4e5c31fa0db032a596f00fe925185102d0f7 (patch) | |
tree | 821929c11c72a2892ada302caec42d0680bf8f9b /arch | |
parent | 6beecd5d09f1fab5b8e6cc0a48d1441a4548dbac (diff) | |
download | u-boot-41eb4e5c31fa0db032a596f00fe925185102d0f7.tar.xz |
powerpc: mpc5xxx: remove galaxy5200 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>
Cc: Eric Millbrandt <emillbrandt@dekaresearch.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 e2d48f3..eec9d7d 100644 --- a/arch/powerpc/cpu/mpc5xxx/Kconfig +++ b/arch/powerpc/cpu/mpc5xxx/Kconfig @@ -20,9 +20,6 @@ config TARGET_CANMB config TARGET_CM5200 bool "Support cm5200" -config TARGET_GALAXY5200 - bool "Support galaxy5200" - config TARGET_INKA4X0 bool "Support inka4x0" @@ -77,7 +74,6 @@ source "board/a3m071/Kconfig" source "board/a4m072/Kconfig" source "board/canmb/Kconfig" source "board/cm5200/Kconfig" -source "board/galaxy5200/Kconfig" source "board/ifm/o2dnt2/Kconfig" source "board/inka4x0/Kconfig" source "board/intercontrol/digsy_mtc/Kconfig" |