summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-11-08 23:14:56 +0100
committerTom Rini <trini@ti.com>2014-12-08 09:35:06 -0500
commitb97300b62f2702bf1c02179a52c9027c8110331a (patch)
tree061a383f3b236506318761cd20e092e3a714543a /README
parente2ccdf89a0196b40b445700670777ebee231756d (diff)
downloadblackbird-obmc-uboot-b97300b62f2702bf1c02179a52c9027c8110331a.tar.gz
blackbird-obmc-uboot-b97300b62f2702bf1c02179a52c9027c8110331a.zip
spl: MMC U-Boot image load from raw partition
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 <contact@paulk.fr> Reviewed-by: Tom Rini <trini@ti.com> [trini: Only add mmc_load_image_raw_partition() when CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to avoid warning, add missing conversion in spl_mmc_load_image()] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f827546754..bfefa21b3b 100644
--- a/README
+++ b/README
@@ -3660,6 +3660,10 @@ FIT uImage format:
Address and partition on the MMC to load U-Boot from
when the MMC is being used in raw mode.
+ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION
+ Partition on the MMC to load U-Boot from when the MMC is being
+ used in raw mode
+
CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR
Sector to load kernel uImage from when MMC is being
used in raw mode (for Falcon mode)
OpenPOWER on IntegriCloud