]> Git Repo - J-u-boot.git/blob - configs/renesas_rcar64.config
configs: stm32mp1: Restore boot SPL from sdcard for Engicam i.Core STM32MP1 C.TOUCH 2.0
[J-u-boot.git] / configs / renesas_rcar64.config
1 #include <configs/renesas_rcar.config>
2
3 CONFIG_CMD_FS_GENERIC=y
4 CONFIG_CMD_SPI=y
5 CONFIG_PHY_ANEG_TIMEOUT=20000
6 CONFIG_REGMAP=y
7 CONFIG_REMAKE_ELF=y
8 CONFIG_RENESAS_RPC_SPI=y
9 CONFIG_SUPPORT_RAW_INITRD=y
10 CONFIG_SYSCON=y
11 CONFIG_SYS_LOAD_ADDR=0x58000000
12 CONFIG_SYS_MALLOC_BOOTPARAMS=y
13 CONFIG_SYS_MALLOC_LEN=0x4000000
14 CONFIG_SYS_MONITOR_LEN=1048576
This page took 0.02673 seconds and 4 git commands to generate.