mbox series

[v2,0/3] arm64: layerscape: Various small size reductions for SPL

Message ID 20221017154512.1652002-1-sean.anderson@seco.com
Headers show
Series arm64: layerscape: Various small size reductions for SPL | expand

Message

Sean Anderson Oct. 17, 2022, 3:45 p.m. UTC
This series groups a few small size reductions I found while trying to
reduce my SPL size. They are all independent of each other.

Changes in v2:
- Fix using || instead of && for ARCH_LS1043

Sean Anderson (3):
  arm: layerscape: Don't select FSL_IFC when booting from SD card
  arm: layerscape: Disable unused parts of ICID tables
  arm: fsl: csu: Reduce size of ns_dev

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig        |  4 ++--
 arch/arm/cpu/armv8/fsl-layerscape/icid.c         |  2 ++
 .../include/asm/arch-fsl-layerscape/fsl_icid.h   | 16 ++++++++++++++--
 include/fsl_csu.h                                |  4 ++--
 4 files changed, 20 insertions(+), 6 deletions(-)