diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:21 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:55:57 -0500 |
commit | a258e732a7e2608695c9244eb10998af8f968f5b (patch) | |
tree | 9bc5ef7333902a6a4f61331d0ae4f99859bf9dfd /arch | |
parent | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (diff) | |
download | u-boot-imx-a258e732a7e2608695c9244eb10998af8f968f5b.zip u-boot-imx-a258e732a7e2608695c9244eb10998af8f968f5b.tar.gz u-boot-imx-a258e732a7e2608695c9244eb10998af8f968f5b.tar.bz2 |
powerpc: mpc5xxx: PM520 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Josef Wagner <Wagner@Microsys.de>
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 9585c80..077225a 100644 --- a/arch/powerpc/cpu/mpc5xxx/Kconfig +++ b/arch/powerpc/cpu/mpc5xxx/Kconfig @@ -44,9 +44,6 @@ config TARGET_MOTIONPRO config TARGET_MUNICES bool "Support munices" -config TARGET_PM520 - bool "Support PM520" - config TARGET_V38B bool "Support v38b" @@ -115,7 +112,6 @@ source "board/jupiter/Kconfig" source "board/motionpro/Kconfig" source "board/munices/Kconfig" source "board/phytec/pcm030/Kconfig" -source "board/pm520/Kconfig" source "board/tqc/tqm5200/Kconfig" source "board/v38b/Kconfig" |