]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board:samsung: check the boot device and init the right mmc driver.
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Mon, 1 Sep 2014 11:50:45 +0000 (13:50 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 5 Sep 2014 04:58:49 +0000 (13:58 +0900)
commit33a4fcf637c306d43109b37d55bb718c069b8cdf
treeda804557b7074031e043c8a72001ff045873ea8a
parent4fb4d55a353e952b76785507f2487f21acc1e1bf
board:samsung: check the boot device and init the right mmc driver.

It is possible to boot device using a micro SD or eMMC slots.
In this situation, boot device should be registered as a block
device 0 in the MMC framework, because CONFIG_SYS_MMC_ENV_DEV
is usually set to "0" in the most config cases.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/common/board.c