diff options
author | Tom Rini | 2023-05-29 10:43:26 -0400 |
---|---|---|
committer | Tom Rini | 2023-05-29 10:43:26 -0400 |
commit | c90e18932b4a1ea26db7726d3d0e1af97e2aad37 (patch) | |
tree | 0ed5db128cf90712cfbb0feaacf0e4aecb6760e0 /configs/silinux_ek874_defconfig | |
parent | 6dcee70692601bd3296c86ac07d0317bf06d2b7b (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/silinux_ek874_defconfig')
-rw-r--r-- | configs/silinux_ek874_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/silinux_ek874_defconfig b/configs/silinux_ek874_defconfig index f79848eda23..1316f0622c4 100644 --- a/configs/silinux_ek874_defconfig +++ b/configs/silinux_ek874_defconfig @@ -13,10 +13,10 @@ CONFIG_DEFAULT_DEVICE_TREE="r8a774c0-ek874-u-boot" CONFIG_SPL_TEXT_BASE=0xe6318000 CONFIG_RCAR_GEN3=y CONFIG_TARGET_SILINUX_EK874=y +CONFIG_SYS_MONITOR_LEN=1048576 CONFIG_SPL_STACK=0xe6304000 CONFIG_SYS_LOAD_ADDR=0x58000000 CONFIG_REMAKE_ELF=y -CONFIG_SYS_MONITOR_LEN=1048576 CONFIG_FIT=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_USE_BOOTARGS=y |