
On Tue, 2 Aug 2022 at 05:35, Tom Rini trini@konsulko.com wrote:
This board is not converted to use CONFIG_DM, well passed the migration deadline. Remove it.
Cc: Simon Guinot simon.guinot@sequanux.org Signed-off-by: Tom Rini trini@konsulko.com
This is also the last orion5x board, if you don't wish to migrate this platform I'll follow-up with a larger removal patch.
arch/arm/mach-orion5x/Kconfig | 13 --- board/LaCie/edminiv2/Kconfig | 12 --- board/LaCie/edminiv2/MAINTAINERS | 6 -- board/LaCie/edminiv2/Makefile | 10 --- board/LaCie/edminiv2/edminiv2.c | 57 ------------- configs/edminiv2_defconfig | 72 ----------------- include/configs/edminiv2.h | 134 ------------------------------- 7 files changed, 304 deletions(-) delete mode 100644 board/LaCie/edminiv2/Kconfig delete mode 100644 board/LaCie/edminiv2/MAINTAINERS delete mode 100644 board/LaCie/edminiv2/Makefile delete mode 100644 board/LaCie/edminiv2/edminiv2.c delete mode 100644 configs/edminiv2_defconfig delete mode 100644 include/configs/edminiv2.h
Reviewed-by: Simon Glass sjg@chromium.org
This is getting in the way of BLK tidy-ups too.