u-boot/configs/renesas_rcar2.config
Marek Vasut e2635570e0 ARM: renesas: Deduplicate common Renesas defconfig
Deduplicate common Renesas defconfig by factoring out the common
parts into generic renesas_rcar_defconfig and including those using
the #include <configs/...> preprocessor macro in the current set of
board specific defconfigs. The preprocessor macro is applicable
to defconfigs as well.

This introduces no functional change, the resulting .config are
identical for all Renesas systems.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2024-11-03 12:25:57 +01:00

43 lines
1005 B
Plaintext

#include <configs/renesas_rcar.config>
# CONFIG_CMD_IMI is not set
# CONFIG_CMD_XIMG is not set
# CONFIG_EFI_LOADER is not set
CONFIG_ARCH_CPU_INIT=y
CONFIG_BOOTDELAY=3
CONFIG_CMD_CACHE=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_SDRAM=y
CONFIG_CMD_TIME=y
CONFIG_CMD_USB=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4f000000
CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_ENV_SIZE=0x40000
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_PARTITION_UUIDS=y
CONFIG_PCI=y
CONFIG_PCI_RCAR_GEN2=y
CONFIG_PINCONF=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_PFC=y
CONFIG_RENESAS_SDHI=y
CONFIG_SH_QSPI=y
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SYS_CBSIZE=256
CONFIG_SYS_I2C_RCAR_IIC=y
CONFIG_SYS_LOAD_ADDR=0x50000000
CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_SYS_MALLOC_LEN=0x100000
CONFIG_SYS_MONITOR_LEN=262144
CONFIG_SYS_PBSIZE=256
CONFIG_SYS_TIMER_COUNTS_DOWN=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_PCI=y
CONFIG_USB_STORAGE=y