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

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>
14 lines
342 B
Text
14 lines
342 B
Text
#include <configs/renesas_rcar.config>
|
|
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_CMD_SPI=y
|
|
CONFIG_PHY_ANEG_TIMEOUT=20000
|
|
CONFIG_REGMAP=y
|
|
CONFIG_REMAKE_ELF=y
|
|
CONFIG_RENESAS_RPC_SPI=y
|
|
CONFIG_SUPPORT_RAW_INITRD=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_SYS_LOAD_ADDR=0x58000000
|
|
CONFIG_SYS_MALLOC_BOOTPARAMS=y
|
|
CONFIG_SYS_MALLOC_LEN=0x4000000
|
|
CONFIG_SYS_MONITOR_LEN=1048576
|