summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-01-25 12:04:59 -0500
committerTom Rini <[email protected]>2020-01-25 12:04:59 -0500
commitd31dd3b596190bdecbd109e404f16bd208fe32ba (patch)
treed862bd67736079799b474d876f38b75032ade5b6 /include/configs
parent2c871f9e084b2c03d1961884228a6901387ab8d6 (diff)
parent683b7c2a170a71bded99bb9e7dfd26372427ca1c (diff)
Merge branch '2020-01-24-master-imports'
- Enable fastboot on some MediaTek platforms - DMA enchancements - Assorted bugfixes
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mt8518.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/mt8518.h b/include/configs/mt8518.h
index 514722be990..276fbc285f8 100644
--- a/include/configs/mt8518.h
+++ b/include/configs/mt8518.h
@@ -11,7 +11,6 @@
#include <linux/sizes.h>
-/* Machine ID */
#define CONFIG_SYS_NONCACHED_MEMORY SZ_1M
#define CONFIG_CPU_ARMV8
@@ -54,10 +53,15 @@
#define ENV_BOOT_CMD \
"mtk_boot=run boot_rd_img;bootm;\0"
+#define ENV_FASTBOOT \
+ "serial#=1234567890ABCDEF\0" \
+ "board=mt8518\0"
+
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0x6c000000\0" \
ENV_DEVICE_SETTINGS \
ENV_BOOT_READ_IMAGE \
+ ENV_FASTBOOT \
ENV_BOOT_CMD \
"bootcmd=run mtk_boot;\0" \