]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit48bef509b0689f84f75f2db37bcc55bdac21a44e
tree27efe68b31a7e6e71e5289c1c2e1f6f01e277b8a
parente3a5b3b71f0974d9cd007afb3929ca86f1b68c27
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]