summaryrefslogtreecommitdiff
path: root/configs/ls1028aqds_tfa_lpuart_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-08 09:08:39 -0400
committerTom Rini <trini@konsulko.com>2020-05-08 09:08:39 -0400
commitb11dc33e361a84ca41604e49ec22635bf5d2eb4c (patch)
treea5523298d2304058968395c34452aaefd37923c5 /configs/ls1028aqds_tfa_lpuart_defconfig
parent67887903afc3615070dd878f6e0420d34b30274c (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1028aqds_tfa_lpuart_defconfig')
-rw-r--r--configs/ls1028aqds_tfa_lpuart_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ls1028aqds_tfa_lpuart_defconfig b/configs/ls1028aqds_tfa_lpuart_defconfig
index 417f29217a..ee257fd65e 100644
--- a/configs/ls1028aqds_tfa_lpuart_defconfig
+++ b/configs/ls1028aqds_tfa_lpuart_defconfig
@@ -3,8 +3,8 @@ CONFIG_TARGET_LS1028AQDS=y
CONFIG_TFABOOT=y
CONFIG_SYS_MALLOC_F_LEN=0x6000
CONFIG_ENV_SIZE=0x2000
-CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_ENV_OFFSET=0x500000
+CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_DM_GPIO=y
CONFIG_FSPI_AHB_EN_4BYTE=y
CONFIG_NR_DRAM_BANKS=2
@@ -15,10 +15,10 @@ CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
+CONFIG_SYS_EXTRA_OPTIONS="LPUART"
CONFIG_BOOTDELAY=10
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x2000000 default_hugepagesz=2m hugepagesz=2m hugepages=256 video=1920x1080-32@60 cma=256M"
-CONFIG_SYS_EXTRA_OPTIONS="LPUART"
CONFIG_MISC_INIT_R=y
CONFIG_CMD_GREPENV=y
CONFIG_CMD_DM=y