[U-Boot] [PATCH v1 03/14] tpc70: Provide board_boot_order() function to distinct between eMMC and SD boot

Simon Glass sjg at chromium.org
Sat Jan 5 01:57:03 UTC 2019


On Tue, 1 Jan 2019 at 16:38, Lukasz Majewski <lukma at denx.de> wrote:
>
> The TPC70 can boot from SD card (debug/development) and eMMC (production).
> The board_boot_order() function provides a run time check for the device
> from which one wants to boot (it is selected by GPIO pins setup).
>
> Moreover, a fallback to SD card is provided if the detection is not
> possible or working properly.
>
> Signed-off-by: Lukasz Majewski <lukma at denx.de>
> ---
>
>  board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list