[U-Boot] [PATCH] arm: mvebu: clearfog: enable eMMC boot partitions support

Stefan Roese sr at denx.de
Wed Sep 19 13:14:37 UTC 2018


On 13.09.2018 11:41, Baruch Siach wrote:
> The Clearfog SOM can optionally have eMMC installed. Enable support for
> eMMC boot partitions by default.
> 
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
>   include/configs/clearfog.h | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
> index 7d56dfd86e96..77ab6caf52c0 100644
> --- a/include/configs/clearfog.h
> +++ b/include/configs/clearfog.h
> @@ -29,6 +29,10 @@
>    */
>   #define CONFIG_SYS_MMC_BASE		MVEBU_SDIO_BASE
>   
> +#ifdef CONFIG_CMD_MMC
> +#define CONFIG_SUPPORT_EMMC_BOOT
> +#endif
> +
>   /* USB/EHCI configuration */
>   #define CONFIG_EHCI_IS_TDI
>   
> 

Applied to u-boot-marvell/master

Thanks,
Stefan


More information about the U-Boot mailing list