commit | 437bc42e7ff930dc4d4bd47199d2e823cf84bf4c | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Fri Aug 28 13:35:08 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 14:05:38 2015 -0400 |
tree | eea7f161f9cc04a6e3a08c464625964738f41db7 | |
parent | 85d17be374678ec37fd1e55db994a942e400dc80 [diff] |
ti_armv7_common: env: Use partuuid for detecting mmc root fs Linux kernel can enumerate mmc sd as either mmcblk0 or mmcblk1. But u-boot default environment assumes that sd always populates as mmcblk0. With this the root fs is not being mounted when mmc sd is enumerated as mmcblk1. So use partuuid to update root= option in default environment. Reported-by: Yan Liu <yan-liu@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>