From: Bernhard Messerklinger <bernhard.messerklin...@br-automation.com> Sent: Thursday, August 25, 2022 8:54 Subject: [PATCH 1/5] brppt1: Remove unused board variants > The SPI and NAND board variants never went into production. > Drop those board variants. > > Signed-off-by: Bernhard Messerklinger > <bernhard.messerklin...@br-automation.com> > --- > > arch/arm/dts/Makefile | 2 - > arch/arm/dts/am335x-brppt1-nand.dts | 374 --------------------------- > arch/arm/dts/am335x-brppt1-spi.dts | 377 ---------------------------- > board/BuR/brppt1/board.c | 4 +- > board/BuR/brppt1/mux.c | 39 +-- > configs/brppt1_nand_defconfig | 122 --------- > configs/brppt1_spi_defconfig | 130 ---------- > include/configs/brppt1.h | 64 +---- > 8 files changed, 7 insertions(+), 1105 deletions(-) > delete mode 100644 arch/arm/dts/am335x-brppt1-nand.dts > delete mode 100644 arch/arm/dts/am335x-brppt1-spi.dts > delete mode 100644 configs/brppt1_nand_defconfig > delete mode 100644 configs/brppt1_spi_defconfig
Reviewed-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com>