aboutsummaryrefslogtreecommitdiff
path: root/configs/ls1046aqds_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-02 13:58:20 -0400
committerTom Rini <trini@konsulko.com>2023-10-02 13:58:20 -0400
commitec6f06bddc7f5a5f5d122a56707a10fc4e501b97 (patch)
tree5ede97c38925e93153c486a6e76ea41a72b83f60 /configs/ls1046aqds_defconfig
parentac897385bbfa30cfdfb62ccf24acfcd4b274b2ff (diff)
downloadu-boot-ec6f06bddc7f5a5f5d122a56707a10fc4e501b97.zip
u-boot-ec6f06bddc7f5a5f5d122a56707a10fc4e501b97.tar.gz
u-boot-ec6f06bddc7f5a5f5d122a56707a10fc4e501b97.tar.bz2
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1046aqds_defconfig')
-rw-r--r--configs/ls1046aqds_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ls1046aqds_defconfig b/configs/ls1046aqds_defconfig
index 51aa5dc..4c00252 100644
--- a/configs/ls1046aqds_defconfig
+++ b/configs/ls1046aqds_defconfig
@@ -33,11 +33,11 @@ CONFIG_SYS_MEMTEST_START=0x80000000
CONFIG_SYS_MEMTEST_END=0x9fffffff
CONFIG_REMAKE_ELF=y
CONFIG_MP=y
-CONFIG_FIT_VERBOSE=y
-CONFIG_OF_BOARD_SETUP=y
CONFIG_DYNAMIC_SYS_CLK_FREQ=y
+CONFIG_FIT_VERBOSE=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=10
+CONFIG_OF_BOARD_SETUP=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)"
CONFIG_BOOTCOMMAND="run distro_bootcmd; run nor_bootcmd; env exists secureboot && esbc_halt;;"