aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-08-03 11:46:19 +0200
committerTom Rini <trini@konsulko.com>2018-08-13 14:03:57 -0400
commit20fc114314051237d50beffa02d1ecd94eaad1e6 (patch)
tree4ad8ad65a173dca5bd6fcaa5ac4135de8394b51c /include
parente2158a5fd81f74182203319dab17da09bbc07e96 (diff)
downloadu-boot-20fc114314051237d50beffa02d1ecd94eaad1e6.zip
u-boot-20fc114314051237d50beffa02d1ecd94eaad1e6.tar.gz
u-boot-20fc114314051237d50beffa02d1ecd94eaad1e6.tar.bz2
configs: stm32h743-discovery: Add DISTRO_DEFAULT support
Add DISTRO_DEFAULT support to be able to boot on mmc by default on boot. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/stm32h743-disco.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/include/configs/stm32h743-disco.h b/include/configs/stm32h743-disco.h
index 90fc736..822ab2d 100644
--- a/include/configs/stm32h743-disco.h
+++ b/include/configs/stm32h743-disco.h
@@ -31,8 +31,20 @@
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024)
-#define CONFIG_BOOTARGS \
- "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
+#define BOOT_TARGET_DEVICES(func) \
+ func(MMC, mmc, 0)
+
+#include <config_distro_bootcmd.h>
+#define CONFIG_EXTRA_ENV_SETTINGS \
+ "kernel_addr_r=0xD0008000\0" \
+ "fdtfile=stm32h743i-disco.dtb\0" \
+ "fdt_addr_r=0xD0700000\0" \
+ "scriptaddr=0xD0800000\0" \
+ "pxefile_addr_r=0xD0800000\0" \
+ "fdt_high=0xffffffffffffffff\0" \
+ "initrd_high=0xffffffffffffffff\0" \
+ "ramdisk_addr_r=0xD0900000\0" \
+ BOOTENV
/*
* Command line configuration.