diff options
| author | Tom Rini <[email protected]> | 2021-05-14 21:34:14 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-07 19:52:23 -0400 |
| commit | b617d40c505478a01e4c1175acc8bb02e2902ba6 (patch) | |
| tree | a37247f30a172763abaf61c517d613f88ac65f49 /arch | |
| parent | 008e9965a5dc7404381e73e159312d28b4f7cbdc (diff) | |
ppc: Remove mpc8308_p1m board
This board has not been converted to CONFIG_DM_PCI by the deadline.
Remove it.
Cc: Ilya Yanok <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/cpu/mpc83xx/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig index e0bdfc4b971..23f7a60a44c 100644 --- a/arch/powerpc/cpu/mpc83xx/Kconfig +++ b/arch/powerpc/cpu/mpc83xx/Kconfig @@ -8,10 +8,6 @@ choice prompt "Target select" optional -config TARGET_MPC8308_P1M - bool "Support mpc8308_p1m" - select ARCH_MPC8308 - config TARGET_VE8313 bool "Support ve8313" select ARCH_MPC8313 @@ -307,7 +303,6 @@ source "board/freescale/mpc8349emds/Kconfig" source "board/freescale/mpc837xerdb/Kconfig" source "board/ids/ids8313/Kconfig" source "board/keymile/Kconfig" -source "board/mpc8308_p1m/Kconfig" source "board/tqc/tqm834x/Kconfig" source "board/ve8313/Kconfig" source "board/gdsys/mpc8308/Kconfig" |
