diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-24 21:19:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:47:49 -0400 |
commit | ca2b13c8859e1fbaa550405477c695f769626ffb (patch) | |
tree | 433884d26c7e87fb967659b00c1e76f3cfbb4c14 /configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | |
parent | c224cfd86cfa22d564438931e97c9926791b54ce (diff) | |
download | u-boot-ca2b13c8859e1fbaa550405477c695f769626ffb.tar.gz u-boot-ca2b13c8859e1fbaa550405477c695f769626ffb.tar.bz2 u-boot-ca2b13c8859e1fbaa550405477c695f769626ffb.zip |
Convert CONFIG_QSPI_BOOT to Kconfig
This converts the following to Kconfig:
CONFIG_QSPI_BOOT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1088ardb_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig index 2533adad95..116157ff6c 100644 --- a/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig +++ b/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig @@ -18,7 +18,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS=" QSPI_BOOT" +CONFIG_QSPI_BOOT=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_USE_BOOTCOMMAND is not set |