ppc: Remove MPC8349ITX board
authorTom Rini <trini@konsulko.com>
Wed, 10 Feb 2021 02:42:50 +0000 (21:42 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 10 Apr 2021 11:58:22 +0000 (07:58 -0400)
commit34af2da9ad6ba940e0a4ad0cffec26488042a34c
tree27efe68b31a7e6e71e5289c1c2e1f6f01e277b8a
parentc861d21cba44fe068e9a47dfcf57f7e84c54d73e
ppc: Remove MPC8349ITX board

This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI.  The
deadline for this conversion was the v2019.07 release.  The use of CONFIG_AHCI
requires CONFIG_DM.  The deadline for this conversion was v2020.01.  Remove
this board.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/powerpc/cpu/mpc83xx/Kconfig
board/freescale/mpc8349itx/Kconfig [deleted file]
board/freescale/mpc8349itx/MAINTAINERS [deleted file]
board/freescale/mpc8349itx/Makefile [deleted file]
board/freescale/mpc8349itx/README [deleted file]
board/freescale/mpc8349itx/mpc8349itx.c [deleted file]
board/freescale/mpc8349itx/pci.c [deleted file]
configs/MPC8349ITXGP_defconfig [deleted file]
configs/MPC8349ITX_LOWBOOT_defconfig [deleted file]
configs/MPC8349ITX_defconfig [deleted file]
include/configs/MPC8349ITX.h [deleted file]