commit | 5915517b7bca560183d11c2260f01f3a93dd01b9 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Sat Dec 05 12:32:28 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 14 13:42:50 2015 -0500 |
tree | 5e3bb0198f78faaf821b5e2cfe7865ce6e11ef39 | |
parent | 653447b407ba2774eb398e7b35f80d2e25463da6 [diff] |
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>