diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:09 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 11:00:26 -0400 |
commit | 5043045dede0ad4ffb4c5ec21da81956ca3c8362 (patch) | |
tree | 7cbf13d68cbf85739080cd06337b01236e51ace4 /configs | |
parent | 41eb4e5c31fa0db032a596f00fe925185102d0f7 (diff) | |
download | u-boot-imx-5043045dede0ad4ffb4c5ec21da81956ca3c8362.zip u-boot-imx-5043045dede0ad4ffb4c5ec21da81956ca3c8362.tar.gz u-boot-imx-5043045dede0ad4ffb4c5ec21da81956ca3c8362.tar.bz2 |
powerpc: ppc4xx: remove korat 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: Larry Johnson <lrj@acm.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/korat_defconfig | 3 | ||||
-rw-r--r-- | configs/korat_perm_defconfig | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/configs/korat_defconfig b/configs/korat_defconfig deleted file mode 100644 index d363aab..0000000 --- a/configs/korat_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_KORAT=y diff --git a/configs/korat_perm_defconfig b/configs/korat_perm_defconfig deleted file mode 100644 index 8c6b4c4..0000000 --- a/configs/korat_perm_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="KORAT_PERMANENT" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_KORAT=y |