diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:28 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:55 -0500 |
commit | e2b1962977f9f05745344d55a81f709794d791d3 (patch) | |
tree | 5a0c8d96c53b6a02247102eb74b9d2c3d42921fc /arch/powerpc/cpu | |
parent | 8eecbaf303f4472f9cb925e8694a90fb2812e187 (diff) | |
download | u-boot-imx-e2b1962977f9f05745344d55a81f709794d791d3.zip u-boot-imx-e2b1962977f9f05745344d55a81f709794d791d3.tar.gz u-boot-imx-e2b1962977f9f05745344d55a81f709794d791d3.tar.bz2 |
mpc8260: remove ep82xxm board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc8260/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8260/Kconfig b/arch/powerpc/cpu/mpc8260/Kconfig index 59e2bed..599b021 100644 --- a/arch/powerpc/cpu/mpc8260/Kconfig +++ b/arch/powerpc/cpu/mpc8260/Kconfig @@ -16,9 +16,6 @@ config TARGET_CPU86 config TARGET_CPU87 bool "Support CPU87" -config TARGET_EP82XXM - bool "Support ep82xxm" - config TARGET_KM82XX bool "Support km82xx" @@ -27,7 +24,6 @@ endchoice source "board/atc/Kconfig" source "board/cpu86/Kconfig" source "board/cpu87/Kconfig" -source "board/ep82xxm/Kconfig" source "board/keymile/km82xx/Kconfig" endmenu |