mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 12:14:32 +08:00
bd963a5790
Deduplicate defconfigs for all Renesas R-Car Gen2 systems by factoring out the common parts into generic renesas_rcar2.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 Gen2 systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
22 lines
554 B
Plaintext
22 lines
554 B
Plaintext
#include <configs/renesas_rcar2.config>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_RENESAS=y
|
|
CONFIG_TEXT_BASE=0x00000000
|
|
CONFIG_ENV_OFFSET=0x40000
|
|
CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a7792-blanche"
|
|
CONFIG_ARCH_RENESAS_BOARD_STRING="Blanche"
|
|
CONFIG_R8A7792=y
|
|
CONFIG_TARGET_BLANCHE=y
|
|
CONFIG_ENV_ADDR=0x40000
|
|
# CONFIG_CMD_SF is not set
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
|
CONFIG_SH_MMCIF=y
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_FLASH_CFI_DRIVER=y
|
|
CONFIG_SYS_FLASH_CFI_WIDTH_16BIT=y
|
|
CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS=y
|
|
CONFIG_SYS_FLASH_CFI=y
|
|
CONFIG_SYS_MAX_FLASH_SECT=1024
|
|
CONFIG_SMC911X=y
|