18 lines
491 B
Plaintext
18 lines
491 B
Plaintext
#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_ENV_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_USE_BOOTCOMMAND=y
|