aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx6cuboxi.h
diff options
context:
space:
mode:
authorFabio Estevam2021-07-19 17:15:13 -0300
committerStefano Babic2021-08-09 13:09:29 +0200
commit22e9e0dc17e263d456aba5d4943b7eac88d2a014 (patch)
tree83f36a47727054eb8b15d0b6655a2b521d4a8ded /include/configs/mx6cuboxi.h
parent3f24bd329bb37420120a494fd75b6511cc8f96db (diff)
mx6cuboxi: Fix the mmc device for the rootfs
After the conversion to DM_MMC, the rootfs becomes mmc 1, so adjust it accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r--include/configs/mx6cuboxi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index 55717c77ab3..1a06f29b8c1 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -57,7 +57,7 @@
"console=" CONSOLE_DEV ",115200\0" \
"bootm_size=0x10000000\0" \
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
- "finduuid=part uuid mmc 0:1 uuid\0" \
+ "finduuid=part uuid mmc 1:1 uuid\0" \
"update_sd_firmware=" \
"if test ${ip_dyn} = yes; then " \
"setenv get_cmd dhcp; " \