[PATCH 0/5] Fix, update and cleanup brppt1 board
Bernhard Messerklinger
bernhard.messerklinger at br-automation.com
Thu Aug 25 08:53:59 CEST 2022
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
More information about the U-Boot
mailing list