diff options
author | Eric Nelson <eric@nelint.com> | 2015-12-05 12:32:28 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-14 13:42:50 -0500 |
commit | 5915517b7bca560183d11c2260f01f3a93dd01b9 (patch) | |
tree | 5e3bb0198f78faaf821b5e2cfe7865ce6e11ef39 /arch | |
parent | 653447b407ba2774eb398e7b35f80d2e25463da6 (diff) | |
download | u-boot-imx-5915517b7bca560183d11c2260f01f3a93dd01b9.zip u-boot-imx-5915517b7bca560183d11c2260f01f3a93dd01b9.tar.gz u-boot-imx-5915517b7bca560183d11c2260f01f3a93dd01b9.tar.bz2 |
spl: mmc: use block device number, not hard-coded 0
In order to support boot from multiple devices through board_boot_order,
it's necessary to use the block number of a device.
The use of a hard-coded 0 for the device number also creates a need
to re-order block devices for use in SPL like this:
http://git.denx.de/?p=u-boot.git;a=blob;f=board/freescale/mx6slevk/mx6slevk.c;hb=HEAD#l195
Signed-off-by: Eric Nelson <eric@nelint.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions