Home
last modified time | relevance | path

Searched hist:"437 bc42e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dti_armv7_common.h437bc42e Fri Aug 28 03:05:08 CDT 2015 Lokesh Vutla <lokeshvutla@ti.com> 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>