summaryrefslogtreecommitdiff
path: root/configs/udoo_defconfig
diff options
context:
space:
mode:
authorMeul, Dirk <Dirk.Meul@rwth-aachen.de>2018-10-13 12:54:01 +0000
committerTom Rini <trini@konsulko.com>2018-10-22 09:18:49 -0400
commite18333e50147a7ba6715a7012f1b03ed5009f628 (patch)
tree4407947d27ed0c0e2ace4223ce674be1f308acb8 /configs/udoo_defconfig
parentd796735c334b4aec58e17bc0db700d418db4dae9 (diff)
arm: udoo: Convert to distro config
Instead of keeping a custom environment, use a more generic approach by switching to distro config. Signed-off-by: Dirk Meul <dirk.meul@rwth-aachen.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/udoo_defconfig')
-rw-r--r--configs/udoo_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig
index 52de8ca46c..bfaef1381d 100644
--- a/configs/udoo_defconfig
+++ b/configs/udoo_defconfig
@@ -9,8 +9,10 @@ CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y
CONFIG_SPL_LIBDISK_SUPPORT=y
+CONFIG_DISTRO_DEFAULTS=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
+CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd"
CONFIG_BOOTDELAY=3
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_BOARD_EARLY_INIT_F=y