diff options
| author | Masahiro Yamada <[email protected]> | 2014-12-15 23:26:25 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-01-05 12:08:54 -0500 |
| commit | d2fd1d662361dbabd0b2df416532d295224a50f9 (patch) | |
| tree | 2cc46ab1d5e1e75169ded2e873045116990c7d2e /arch | |
| parent | dc0b2fb4a76315fd1df720e11782ead832434e68 (diff) | |
mpc8260: remove muas3001 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Heiko Schocher <[email protected]>
Diffstat (limited to 'arch')
| -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 cb81cdcedf0..2b3c9c2b75a 100644 --- a/arch/powerpc/cpu/mpc8260/Kconfig +++ b/arch/powerpc/cpu/mpc8260/Kconfig @@ -25,9 +25,6 @@ config TARGET_GW8260 config TARGET_IPHASE4539 bool "Support IPHASE4539" -config TARGET_MUAS3001 - bool "Support muas3001" - config TARGET_KM82XX bool "Support km82xx" @@ -40,6 +37,5 @@ source "board/ep82xxm/Kconfig" source "board/gw8260/Kconfig" source "board/iphase4539/Kconfig" source "board/keymile/km82xx/Kconfig" -source "board/muas3001/Kconfig" endmenu |
