[PATCH 0/5] Reduce size of a few boards

Simon Glass sjg at chromium.org
Fri Mar 11 20:10:00 CET 2022


This series is intended to be applied before with EFI clean-up series
from Takahiro-san. It reduces the size of a few boards by removing
features. It also allows the partition driver to be dropped in SPL,
thus eliminating the SPL size gains.

The helper-function patch must be applied after the EFI series, but
the others can come before.


Simon Glass (5):
  disk: Add an option for partitions in SPL
  tbs2910: Disable ext4 write
  rcar3_salvator-x: Drop EFI_LOADER
  phycore-rk3288: Avoid enabling partition support in SPL
  disk: Use a helper function to reduce duplication

 configs/phycore-rk3288_defconfig   |  2 +-
 configs/rcar3_salvator-x_defconfig |  2 +-
 configs/tbs2910_defconfig          |  1 -
 disk/Kconfig                       | 24 +++++++++++++---
 disk/Makefile                      |  6 ++--
 disk/disk-uclass.c                 | 46 ++++++++++++++++--------------
 drivers/block/blk-uclass.c         |  2 +-
 7 files changed, 51 insertions(+), 32 deletions(-)

-- 
2.35.1.723.g4982287a31-goog



More information about the U-Boot mailing list