mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

Deduplicate defconfigs for all Renesas R-Car 64bit systems by factoring out the common parts into generic renesas_rcar64.config 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 is identical for all Renesas R-Car 64bit systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
17 lines
491 B
Text
17 lines
491 B
Text
#include <configs/renesas_rcar64.config>
|
|
|
|
# CONFIG_PSCI_RESET is not set
|
|
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
|
|
CONFIG_ARCH_CPU_INIT=y
|
|
CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_DM_ETH_PHY=y
|
|
CONFIG_MMC_HS200_SUPPORT=y
|
|
CONFIG_MMC_IO_VOLTAGE=y
|
|
CONFIG_MMC_UHS_SUPPORT=y
|
|
CONFIG_RENESAS_SDHI=y
|
|
CONFIG_SPI_FLASH_SPANSION=y
|
|
CONFIG_SYS_I2C_RCAR_I2C=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_USE_BOOTCOMMAND=y
|