]> Git Repo - J-u-boot.git/blob - configs/renesas_rcar4.config
configs: stm32mp1: Restore boot SPL from sdcard for Engicam i.Core STM32MP1 C.TOUCH 2.0
[J-u-boot.git] / configs / renesas_rcar4.config
1 #include <configs/renesas_rcar64.config>
2
3 # CONFIG_PSCI_RESET is not set
4 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
5 CONFIG_ARCH_CPU_INIT=y
6 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
7 CONFIG_CMD_MMC=y
8 CONFIG_DM_ETH_PHY=y
9 CONFIG_MMC_HS200_SUPPORT=y
10 CONFIG_MMC_IO_VOLTAGE=y
11 CONFIG_MMC_UHS_SUPPORT=y
12 CONFIG_RENESAS_SDHI=y
13 CONFIG_SPI_FLASH_SPANSION=y
14 CONFIG_SYS_I2C_RCAR_I2C=y
15 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
16 CONFIG_USE_BOOTARGS=y
17 CONFIG_USE_BOOTCOMMAND=y
This page took 0.027127 seconds and 4 git commands to generate.