Re: [U-Boot] [PATCH 2/2] spl: MMC U-Boot image load from raw partition

2014-11-10 Thread Tom Rini
On Sat, Nov 08, 2014 at 11:14:56PM +0100, Paul Kocialkowski wrote: Raw images of U-Boot can be stored inside MMC partitions, so it makes sense to read the partition table, looking for a partition number instead of using a fixed sector address. Signed-off-by: Paul Kocialkowski

[U-Boot] [PATCH 2/2] spl: MMC U-Boot image load from raw partition

2014-11-08 Thread Paul Kocialkowski
Raw images of U-Boot can be stored inside MMC partitions, so it makes sense to read the partition table, looking for a partition number instead of using a fixed sector address. Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- README |4 common/spl/spl_mmc.c | 26