aboutsummaryrefslogtreecommitdiff
path: root/configs/ls1088aqds_sdcard_qspi_defconfig
diff options
context:
space:
mode:
authorTom Rini2023-10-02 13:58:20 -0400
committerTom Rini2023-10-02 13:58:20 -0400
commitec6f06bddc7f5a5f5d122a56707a10fc4e501b97 (patch)
tree5ede97c38925e93153c486a6e76ea41a72b83f60 /configs/ls1088aqds_sdcard_qspi_defconfig
parentac897385bbfa30cfdfb62ccf24acfcd4b274b2ff (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1088aqds_sdcard_qspi_defconfig')
-rw-r--r--configs/ls1088aqds_sdcard_qspi_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1088aqds_sdcard_qspi_defconfig b/configs/ls1088aqds_sdcard_qspi_defconfig
index 93d07829b4b..aeb98cd357f 100644
--- a/configs/ls1088aqds_sdcard_qspi_defconfig
+++ b/configs/ls1088aqds_sdcard_qspi_defconfig
@@ -36,10 +36,10 @@ CONFIG_SYS_MEMTEST_END=0x9fffffff
CONFIG_REMAKE_ELF=y
CONFIG_MP=y
CONFIG_FIT_VERBOSE=y
-CONFIG_OF_BOARD_SETUP=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SD_BOOT=y
CONFIG_SD_BOOT_QSPI=y
+CONFIG_OF_BOARD_SETUP=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
CONFIG_BOOTCOMMAND="mmcinfo;mmc read 0x80001000 0x6800 0x800; fsl_mc lazyapply dpl 0x80001000 && mmc read $kernel_load $kernel_start $kernel_size && bootm $kernel_load"