]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm-t54: fix eMMC boot mode check
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Thu, 31 Jul 2014 11:30:40 +0000 (14:30 +0300)
committerTom Rini <trini@ti.com>
Mon, 25 Aug 2014 14:48:13 +0000 (10:48 -0400)
commite1c9895c8f903664f23e7ce061f2836f25840954
treebe38f2ff2b046486f3511cb506854e59b0e7bd4f
parent91c9885e6d80afe23040bcec743034018dfec91c
cm-t54: fix eMMC boot mode check

Boot from eMMC boot partition corresponds to BOOT_DEVICE_MMC2
omap_bootmode, while BOOT_DEVICE_MMC2_2 corresponds to the user
data partition boot.

Fix mmc_get_env_part() boot mode check to use a correct value.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
board/compulab/cm_t54/cm_t54.c