diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-09 10:16:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-20 21:18:15 -0400 |
commit | 0040ed7e0c7b655c7e9e60b12a203eb1463ceffe (patch) | |
tree | fc845dce2cf6f3af3d92d8477e94996c7f59f0c7 /arch | |
parent | cd9b71c3f629c97a0e516d2ad2d2e4baae74d440 (diff) | |
download | u-boot-0040ed7e0c7b655c7e9e60b12a203eb1463ceffe.tar.gz u-boot-0040ed7e0c7b655c7e9e60b12a203eb1463ceffe.tar.bz2 u-boot-0040ed7e0c7b655c7e9e60b12a203eb1463ceffe.zip |
ppc: Remove corenet_ds boards
These boards have been orphaned for some time and are behind on various
DM migrations. Remove them.
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 81f7991268..085ddd8439 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -1444,7 +1444,6 @@ config FSL_VIA bool source "board/emulation/qemu-ppce500/Kconfig" -source "board/freescale/corenet_ds/Kconfig" source "board/freescale/mpc8548cds/Kconfig" source "board/freescale/p1010rdb/Kconfig" source "board/freescale/p1_p2_rdb_pc/Kconfig" |