summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx7d.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-06-29 21:19:17 +0300
committerStefano Babic <sbabic@denx.de>2018-07-23 11:59:48 +0300
commit4f96670104f67229e7d335065bee4c48034a26d9 (patch)
tree8eb0b02cf29d646ea31d8ca1a61378276479f697 /include/configs/pico-imx7d.h
parente5ccad5d004129a453aeadabecc5158d67261039 (diff)
downloadu-boot-4f96670104f67229e7d335065bee4c48034a26d9.tar.xz
pico-imx7d: Allow default fdtfile to be overridden by defconfig
This allow the addition of extra default configurations for each baseboard, removing the boot menu when user boots for the first time. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/pico-imx7d.h')
-rw-r--r--include/configs/pico-imx7d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
index 8f1876c8b2..13e735379e 100644
--- a/include/configs/pico-imx7d.h
+++ b/include/configs/pico-imx7d.h
@@ -65,7 +65,7 @@
"console=ttymxc4\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
- "fdtfile=ask\0" \
+ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
BOOTMENU_ENV \
"fdt_addr=0x83000000\0" \
"fdt_addr_r=0x83000000\0" \