Home
last modified time | relevance | path

Searched hist:"3 ae8f4c8ae7b745ff3f881dce3d22f636528fc5f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_mmc.c3ae8f4c8ae7b745ff3f881dce3d22f636528fc5f Mon Jun 08 21:05:09 UTC 2015 Paul Kocialkowski <contact@paulk.fr> spl: spl_mmc: MMC boot mode provisions checks

This allows using only one of either raw or fs mode for SPL mmc boot, without
the need to have provisions for the other. In particular, a device may have
U-Boot installed on a file system on the mmc, without ever needing to read
U-Boot from raw memory. Thus, there is no reason to provide a sector or
partition for raw mode. This allows this behaviour and still provides a robust
fallback mechanism in case provisions for both modes are defined.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>