diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:18 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:17 -0500 |
commit | 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc (patch) | |
tree | 5e392c36f9fd1df909ded71407cfaf26b216969e /arch | |
parent | 891235366d9949b4b21653e93b97dd8931314153 (diff) | |
download | u-boot-imx-168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc.zip u-boot-imx-168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc.tar.gz u-boot-imx-168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc.tar.bz2 |
powerpc: mpc85xx: remove P2020DS board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index e643f91..adb5bd3 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -93,9 +93,6 @@ config TARGET_P1_P2_RDB_PC config TARGET_P1_TWR bool "Support p1_twr" -config TARGET_P2020DS - bool "Support P2020DS" - config TARGET_P2041RDB bool "Support P2041RDB" @@ -178,7 +175,6 @@ source "board/freescale/p1022ds/Kconfig" source "board/freescale/p1023rdb/Kconfig" source "board/freescale/p1_p2_rdb_pc/Kconfig" source "board/freescale/p1_twr/Kconfig" -source "board/freescale/p2020ds/Kconfig" source "board/freescale/p2041rdb/Kconfig" source "board/freescale/qemu-ppce500/Kconfig" source "board/freescale/t102xqds/Kconfig" |