[PATCH 07/17] Remove unused symbols
Simon Glass
sjg at chromium.org
Thu Nov 17 00:51:35 CET 2022
On Wed, 16 Nov 2022 at 11:11, Tom Rini <trini at konsulko.com> wrote:
>
> This commit removes the following unused symbols:
> CONFIG_SYS_NVRAM_BASE_ADDR
> CONFIG_SYS_NVRAM_SIZE
> CONFIG_SYS_PAXE_BASE
> CONFIG_SYS_PCCNT
> CONFIG_SYS_PCDAT
> CONFIG_SYS_PCDDR
> CONFIG_SYS_PCI1_ADDR
> CONFIG_SYS_PCI2_ADDR
> CONFIG_SYS_PCI1_IO_BUS
> CONFIG_SYS_PCI1_IO_SIZE
> CONFIG_SYS_PCI1_MEM_BUS
> CONFIG_SYS_PCI1_MEM_SIZE
> CONFIG_SYS_PCIE3_ADDR
> CONFIG_SYS_PCIE4_ADDR
> CONFIG_SYS_PCIE3_IO_PHYS
> CONFIG_SYS_PCIE3_IO_VIRT
> CONFIG_SYS_PCIE4_IO_PHYS
> CONFIG_SYS_PCIE4_IO_VIRT
> CONFIG_SYS_PLL_SETTLING_TIME
> CONFIG_SYS_QMAN_CENA_BASE
> CONFIG_SYS_QMAN_SP_CENA_SIZE
> CONFIG_SYS_RCAR_I2C0_BASE
> CONFIG_SYS_RCAR_I2C1_BASE
> CONFIG_SYS_RCAR_I2C2_BASE
> CONFIG_SYS_RCAR_I2C3_BASE
> CONFIG_SYS_SATA
> CONFIG_SYS_SDRAM_BASE2
> CONFIG_SYS_SGMII_REFCLK_MHZ
> CONFIG_SYS_SGMII_LINERATE_MHZ
> CONFIG_SYS_SGMII_RATESCALE
> CONFIG_SYS_SH_SDHI0_BASE
> CONFIG_SYS_SH_SDHI0_BASE
> CONFIG_SYS_SH_SDHI1_BASE
> CONFIG_SYS_SH_SDHI2_BASE
> CONFIG_SYS_SH_SDHI3_BASE
> CONFIG_SYS_SPI_ST_ENABLE_WP_PIN
> CONFIG_SYS_SPI_U_BOOT_SIZE
> CONFIG_SYS_VCXK_ACKNOWLEDGE_DDR
> CONFIG_SYS_VCXK_ACKNOWLEDGE_PIN
> CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT
> CONFIG_SYS_VCXK_BASE
> CONFIG_SYS_VCXK_DEFAULT_LINEALIGN
> CONFIG_SYS_VCXK_DOUBLEBUFFERED
> CONFIG_SYS_VCXK_ENABLE_DDR
> CONFIG_SYS_VCXK_ENABLE_PIN
> CONFIG_SYS_VCXK_ENABLE_PORT
> CONFIG_SYS_VCXK_INVERT_DDR
> CONFIG_SYS_VCXK_INVERT_PIN
> CONFIG_SYS_VCXK_INVERT_PORT
> CONFIG_SYS_VCXK_REQUEST_DDR
> CONFIG_SYS_VCXK_REQUEST_PIN
> CONFIG_SYS_VCXK_REQUEST_PORT
> CONFIG_SYS_VSC7385_BR_PRELIM
> CONFIG_SYS_VSC7385_OR_PRELIM
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> .../asm/arch-fsl-layerscape/immap_lsch2.h | 3 --
> .../asm/arch-fsl-layerscape/immap_lsch3.h | 2 --
> arch/arm/mach-rmobile/include/mach/r8a7790.h | 3 --
> arch/arm/mach-rmobile/include/mach/r8a7791.h | 2 --
> arch/arm/mach-rmobile/include/mach/r8a7793.h | 2 --
> arch/arm/mach-rmobile/include/mach/r8a7794.h | 2 --
> .../arm/mach-rmobile/include/mach/rcar-base.h | 9 ------
> arch/powerpc/include/asm/immap_85xx.h | 8 -----
> include/configs/M5282EVB.h | 6 ----
> include/configs/MPC8548CDS.h | 5 ----
> include/configs/P2041RDB.h | 4 ---
> include/configs/T102xRDB.h | 4 ---
> include/configs/T104xRDB.h | 6 ----
> include/configs/T208xQDS.h | 5 ----
> include/configs/T208xRDB.h | 5 ----
> include/configs/T4240RDB.h | 5 ----
> include/configs/aristainetos2.h | 2 --
> include/configs/eb_cpu5282.h | 30 -------------------
> include/configs/highbank.h | 5 ----
> include/configs/km/km-mpc8360.h | 1 -
> include/configs/km/km-mpc83xx.h | 1 -
> include/configs/ls1012a2g5rdb.h | 4 ---
> include/configs/ls1012a_common.h | 4 ---
> include/configs/ls1043aqds.h | 4 ---
> include/configs/ls1046a_common.h | 5 ----
> include/configs/p1_p2_rdb_pc.h | 6 ----
> include/configs/phycore_am335x_r2.h | 6 ----
> include/configs/r2dplus.h | 5 ----
> include/configs/socrates.h | 8 ++---
> include/configs/ti814x_evm.h | 2 --
> include/configs/ti_armv7_keystone2.h | 5 ----
> 31 files changed, 2 insertions(+), 157 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list