diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:25 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:54 -0500 |
commit | d2fd1d662361dbabd0b2df416532d295224a50f9 (patch) | |
tree | 2cc46ab1d5e1e75169ded2e873045116990c7d2e /configs | |
parent | dc0b2fb4a76315fd1df720e11782ead832434e68 (diff) | |
download | u-boot-imx-d2fd1d662361dbabd0b2df416532d295224a50f9.zip u-boot-imx-d2fd1d662361dbabd0b2df416532d295224a50f9.tar.gz u-boot-imx-d2fd1d662361dbabd0b2df416532d295224a50f9.tar.bz2 |
mpc8260: remove muas3001 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/muas3001_defconfig | 3 | ||||
-rw-r--r-- | configs/muas3001_dev_defconfig | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/configs/muas3001_defconfig b/configs/muas3001_defconfig deleted file mode 100644 index e1056bd..0000000 --- a/configs/muas3001_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC8260=y -CONFIG_TARGET_MUAS3001=y diff --git a/configs/muas3001_dev_defconfig b/configs/muas3001_dev_defconfig deleted file mode 100644 index a62019c..0000000 --- a/configs/muas3001_dev_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="MUAS_DEV_BOARD" -CONFIG_PPC=y -CONFIG_MPC8260=y -CONFIG_TARGET_MUAS3001=y |