summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-07-19 23:15:13 +0300
committerStefano Babic <sbabic@denx.de>2021-08-09 14:09:29 +0300
commit22e9e0dc17e263d456aba5d4943b7eac88d2a014 (patch)
tree83f36a47727054eb8b15d0b6655a2b521d4a8ded /include/configs
parent3f24bd329bb37420120a494fd75b6511cc8f96db (diff)
downloadu-boot-22e9e0dc17e263d456aba5d4943b7eac88d2a014.tar.xz
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')
-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 55717c77ab..1a06f29b8c 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; " \