Complete series is Reviewed-by: Wolfgang Wallner <[email protected]>
From: Bernhard Messerklinger <[email protected]> Sent: Thursday, August 25, 2022 8:53 To: [email protected] <[email protected]> Cc: Wolfgang Wallner <[email protected]>; Bernhard Messerklinger <[email protected]>; Andre Przywara <[email protected]>; Christian Hewitt <[email protected]>; Hannes Schmelzer <[email protected]>; Marcel Ziswiler <[email protected]>; Marek Vasut <[email protected]>; Pali Rohár <[email protected]>; Samuel Holland <[email protected]>; Simon Glass <[email protected]>; Ying-Chun Liu (PaulLiu) <[email protected]> Subject: [PATCH 0/5] Fix, update and cleanup brppt1 board Drop board variants that were never produced, fix the SPL loader, and update environment. Bernhard Messerklinger (5): brppt1: Remove unused board variants brppt1: Fix SPL boot stage brppt1: Cleanup device tree include: configs: brppt1: Fix commit 0ea4fc4dcf90 brppt1: Update environment to support new boot concept arch/arm/dts/Makefile | 2 - arch/arm/dts/am335x-brppt1-mmc-u-boot.dtsi | 112 ++++++ arch/arm/dts/am335x-brppt1-mmc.dts | 201 ----------- 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_mmc_defconfig | 6 +- configs/brppt1_nand_defconfig | 122 ------- configs/brppt1_spi_defconfig | 130 ------- include/configs/brppt1.h | 83 +---- 11 files changed, 135 insertions(+), 1315 deletions(-) create mode 100644 arch/arm/dts/am335x-brppt1-mmc-u-boot.dtsi 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 -- 2.37.2

