mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00

Deduplicate defconfigs for all Renesas R-Car Gen4 systems by factoring out the common parts into generic renesas_rcar4.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 Gen4 systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
32 lines
885 B
Text
32 lines
885 B
Text
#include <configs/renesas_rcar4.config>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_RENESAS=y
|
|
CONFIG_RCAR_GEN4=y
|
|
CONFIG_ENV_SIZE=0x40000
|
|
CONFIG_ENV_OFFSET=0xD00000
|
|
CONFIG_ENV_SECT_SIZE=0x40000
|
|
CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a779f0-spider"
|
|
CONFIG_TARGET_SPIDER=y
|
|
CONFIG_SYS_CLK_FREQ=20000000
|
|
CONFIG_SYS_BOOT_GET_CMDLINE=y
|
|
CONFIG_SYS_BARGSIZE=2048
|
|
CONFIG_BOOTCOMMAND="tftp 0x48080000 Image && tftp 0x48000000 Image-r8a779f0-spider.dtb && booti 0x48080000 - 0x48000000"
|
|
CONFIG_DEFAULT_FDT_FILE="r8a779f0-spider.dtb"
|
|
CONFIG_SYS_CBSIZE=2048
|
|
CONFIG_CMD_PART=y
|
|
CONFIG_CMD_UFS=y
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
CONFIG_LBA48=y
|
|
CONFIG_SYS_64BIT_LBA=y
|
|
CONFIG_CLK_GPIO=y
|
|
CONFIG_DM_PCA953X=y
|
|
CONFIG_PHYLIB_10G=y
|
|
CONFIG_PHY_MARVELL_10G=y
|
|
CONFIG_RENESAS_ETHER_SWITCH=y
|
|
CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_BAUDRATE=1843200
|
|
CONFIG_UFS=y
|
|
CONFIG_UFS_RENESAS=y
|
|
CONFIG_FS_FAT_MAX_CLUSTSIZE=131072
|