aboutsummaryrefslogtreecommitdiff
path: root/configs/udoo_defconfig
diff options
context:
space:
mode:
authorTom Rini2023-05-29 10:43:26 -0400
committerTom Rini2023-05-29 10:43:26 -0400
commitc90e18932b4a1ea26db7726d3d0e1af97e2aad37 (patch)
tree0ed5db128cf90712cfbb0feaacf0e4aecb6760e0 /configs/udoo_defconfig
parent6dcee70692601bd3296c86ac07d0317bf06d2b7b (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/udoo_defconfig')
-rw-r--r--configs/udoo_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig
index d7f1c98920e..ab8cb489db7 100644
--- a/configs/udoo_defconfig
+++ b/configs/udoo_defconfig
@@ -13,12 +13,12 @@ CONFIG_TARGET_UDOO=y
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx6q-udoo"
CONFIG_SPL_TEXT_BASE=0x00908000
+CONFIG_SYS_MONITOR_LEN=409600
CONFIG_SPL_MMC=y
CONFIG_SPL_SERIAL=y
CONFIG_SPL=y
CONFIG_SPL_LIBDISK_SUPPORT=y
CONFIG_AHCI=y
-CONFIG_SYS_MONITOR_LEN=409600
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=3
CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd"