diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:08 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 11:00:22 -0400 |
commit | 41eb4e5c31fa0db032a596f00fe925185102d0f7 (patch) | |
tree | 821929c11c72a2892ada302caec42d0680bf8f9b /configs | |
parent | 6beecd5d09f1fab5b8e6cc0a48d1441a4548dbac (diff) | |
download | u-boot-imx-41eb4e5c31fa0db032a596f00fe925185102d0f7.zip u-boot-imx-41eb4e5c31fa0db032a596f00fe925185102d0f7.tar.gz u-boot-imx-41eb4e5c31fa0db032a596f00fe925185102d0f7.tar.bz2 |
powerpc: mpc5xxx: remove galaxy5200 board support
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Eric Millbrandt <emillbrandt@dekaresearch.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/galaxy5200_LOWBOOT_defconfig | 4 | ||||
-rw-r--r-- | configs/galaxy5200_defconfig | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/configs/galaxy5200_LOWBOOT_defconfig b/configs/galaxy5200_LOWBOOT_defconfig deleted file mode 100644 index 4f193f5..0000000 --- a/configs/galaxy5200_LOWBOOT_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="galaxy5200_LOWBOOT" -CONFIG_PPC=y -CONFIG_MPC5xxx=y -CONFIG_TARGET_GALAXY5200=y diff --git a/configs/galaxy5200_defconfig b/configs/galaxy5200_defconfig deleted file mode 100644 index 0fdf643..0000000 --- a/configs/galaxy5200_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="galaxy5200" -CONFIG_PPC=y -CONFIG_MPC5xxx=y -CONFIG_TARGET_GALAXY5200=y |