aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorEduard Strehlau <eduard@lionizers.com>2023-04-26 13:04:55 -0300
committerStefano Babic <sbabic@denx.de>2023-05-02 10:57:32 +0200
commitb1bbdf15418c2c9bb16863ad45b17037dabb381b (patch)
tree6b17d86aab47abcb28df5874670d9354841d9405 /include/configs
parent31c6c79a01c05dca9ab93b42f0f97d973a4db61f (diff)
downloadu-boot-b1bbdf15418c2c9bb16863ad45b17037dabb381b.zip
u-boot-b1bbdf15418c2c9bb16863ad45b17037dabb381b.tar.gz
u-boot-b1bbdf15418c2c9bb16863ad45b17037dabb381b.tar.bz2
smegw01: Change default boot device to eMMC
Let eMMC be the default boot medium. Signed-off-by: Eduard Strehlau <eduard@lionizers.com> Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/smegw01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smegw01.h b/include/configs/smegw01.h
index 71f2d9c..8f68472 100644
--- a/include/configs/smegw01.h
+++ b/include/configs/smegw01.h
@@ -28,7 +28,7 @@
"fdtfile=imx7d-smegw01.dtb\0" \
"fdt_addr=0x83000000\0" \
"bootm_size=0x10000000\0" \
- "mmcdev=0\0" \
+ "mmcdev=1\0" \
"mmcpart=1\0" \
"mmcpart_committed=1\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \