Skip to content
Snippets Groups Projects
Commit 65eac4cc authored by B, Ravi's avatar B, Ravi Committed by Tom Rini
Browse files

ti_armv7_common: env: Fix hard coded mmc device for uuid


Avoid use of hard coded mmcdev value, use bootpart
instead, so finduuid works based on bootpart set
for a specific platform.

Signed-off-by: default avatarRavi Babu <ravibabu@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent cdaa633f
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
#define DEFAULT_MMC_TI_ARGS \ #define DEFAULT_MMC_TI_ARGS \
"mmcdev=0\0" \ "mmcdev=0\0" \
"mmcrootfstype=ext4 rootwait\0" \ "mmcrootfstype=ext4 rootwait\0" \
"finduuid=part uuid mmc 0:2 uuid\0" \ "finduuid=part uuid mmc ${bootpart} uuid\0" \
"args_mmc=run finduuid;setenv bootargs console=${console} " \ "args_mmc=run finduuid;setenv bootargs console=${console} " \
"${optargs} " \ "${optargs} " \
"root=PARTUUID=${uuid} rw " \ "root=PARTUUID=${uuid} rw " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment