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/r8a779f0_spider_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/r8a779f0_spider_defconfig')
-rw-r--r-- | configs/r8a779f0_spider_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a779f0_spider_defconfig b/configs/r8a779f0_spider_defconfig index 895ce3d41f1..0edacc4d569 100644 --- a/configs/r8a779f0_spider_defconfig +++ b/configs/r8a779f0_spider_defconfig @@ -9,13 +9,13 @@ CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="r8a779f0-spider-u-boot" CONFIG_RCAR_GEN4=y CONFIG_TARGET_SPIDER=y +CONFIG_SYS_MONITOR_LEN=1048576 CONFIG_SYS_CLK_FREQ=20000000 # CONFIG_PSCI_RESET is not set CONFIG_SYS_LOAD_ADDR=0x58000000 CONFIG_SYS_BOOT_GET_CMDLINE=y CONFIG_SYS_BARGSIZE=2048 CONFIG_REMAKE_ELF=y -CONFIG_SYS_MONITOR_LEN=1048576 CONFIG_FIT=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_USE_BOOTARGS=y |