diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-29 01:37:59 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:43 -0400 |
commit | 9ed3246e19a42392bf0fd676dcbbe3539cc46ec1 (patch) | |
tree | c0ac8faaf0337e8a701f188db5a2033b3d98e1aa /configs | |
parent | 1521cdc5303db2a3ec5a09231fbaa5831561bf71 (diff) | |
download | u-boot-imx-9ed3246e19a42392bf0fd676dcbbe3539cc46ec1.zip u-boot-imx-9ed3246e19a42392bf0fd676dcbbe3539cc46ec1.tar.gz u-boot-imx-9ed3246e19a42392bf0fd676dcbbe3539cc46ec1.tar.bz2 |
powerpc: ppc4xx: remove board support for bluestone
This board has been orphaned for more than 6 months.
It is the last board defining CONFIG_APM821XX.
The code inside #ifdef CONFIG_APM821XX should be removed too.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bluestone_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/bluestone_defconfig b/configs/bluestone_defconfig deleted file mode 100644 index 8f83a43..0000000 --- a/configs/bluestone_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_BLUESTONE=y |