[U-Boot] [PATCH 4/5] rk3288: vyasa: Allow booting from internal eMMC
Jagan Teki
jagannadh.teki at gmail.com
Fri Jul 6 11:59:19 UTC 2018
On Thu, Jul 5, 2018 at 1:11 AM, Alberto Panizzo
<alberto at amarulasolutions.com> wrote:
> Keeping SD-Card as priority for easy board recovery
>
> Signed-off-by: Alberto Panizzo <alberto at amarulasolutions.com>
> ---
Reviewed-by: Jagan Teki <jagan at amarulasolutions.com>
> include/configs/vyasa-rk3288.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/vyasa-rk3288.h b/include/configs/vyasa-rk3288.h
> index 382fdac..4114bf0 100644
> --- a/include/configs/vyasa-rk3288.h
> +++ b/include/configs/vyasa-rk3288.h
> @@ -15,6 +15,7 @@
>
> #define BOOT_TARGET_DEVICES(func) \
> func(MMC, mmc, 1) \
> + func(MMC, mmc, 0)
>
> #define CONFIG_SYS_MMC_ENV_DEV 1
I think we even need to take care env device wrt boot mode.
More information about the U-Boot
mailing list