diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:25 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:14 -0400 |
commit | c6999e5f85ec41b8a5d01d7b3e311eda832fc218 (patch) | |
tree | 5f358f0058c9cab3613fd3d5f3db5d712e2881e4 /board/prodrive/p3p440/Kconfig | |
parent | 8fe11b8901a31d11990488c82bc23612589d57be (diff) | |
download | u-boot-c6999e5f85ec41b8a5d01d7b3e311eda832fc218.tar.gz |
powerpc: ppc4xx: remove p3p440 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: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/prodrive/p3p440/Kconfig')
-rw-r--r-- | board/prodrive/p3p440/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/prodrive/p3p440/Kconfig b/board/prodrive/p3p440/Kconfig deleted file mode 100644 index cf53aac57b..0000000000 --- a/board/prodrive/p3p440/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_P3P440 - -config SYS_BOARD - default "p3p440" - -config SYS_VENDOR - default "prodrive" - -config SYS_CONFIG_NAME - default "p3p440" - -endif |