diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:16 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:06 -0500 |
commit | 743d48151d2df4215b90310dc422db84d45e8002 (patch) | |
tree | 0bed88b1a45d41e850e2ca6e74b0a90848cc01b4 /board/freescale/p1_p2_rdb/Kconfig | |
parent | 8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b (diff) |
powerpc: mpc85xx: remove P1_P2_RDB boards
These boards are still non-generic boards:
P1011RDB, P1022RDB, P2010RDB, P2020RDB
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Diffstat (limited to 'board/freescale/p1_p2_rdb/Kconfig')
-rw-r--r-- | board/freescale/p1_p2_rdb/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/p1_p2_rdb/Kconfig b/board/freescale/p1_p2_rdb/Kconfig deleted file mode 100644 index d7ad35d403..0000000000 --- a/board/freescale/p1_p2_rdb/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_P1_P2_RDB - -config SYS_BOARD - default "p1_p2_rdb" - -config SYS_VENDOR - default "freescale" - -config SYS_CONFIG_NAME - default "P1_P2_RDB" - -endif |