[LEDE-DEV] [PATCH 1/3] at91: Enable SDHCI for sama5 in default config

Hauke Mehrtens hauke at hauke-m.de
Thu Oct 12 12:38:24 PDT 2017


On 10/05/2017 01:14 AM, Sandeep Sheriker Mallikarjun wrote:
> Enabled SDHCI for sama5 in kernel default config and this is needed
> to mount sdcard rootfs partition during boot.
> 
> Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
> ---
>  target/linux/at91/sama5/config-default | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default
> index 660e27e..176e85c 100644
> --- a/target/linux/at91/sama5/config-default
> +++ b/target/linux/at91/sama5/config-default
> @@ -18,3 +18,8 @@ CONFIG_PL310_ERRATA_753970=y
>  CONFIG_PL310_ERRATA_769419=y
>  # CONFIG_SWP_EMULATE is not set
>  # CONFIG_THUMB2_KERNEL is not set
> +CONFIG_MMC_SDHCI=y
> +CONFIG_MMC_SDHCI_IO_ACCESSORS=y
> +CONFIG_MMC_SDHCI_OF_AT91=y
> +CONFIG_MMC_SDHCI_PLTFM=y
> +
> 

Hi,

please run
	make kernel_oldconfig CONFIG_TARGET=subtarget
to refresh this configuration and put it into the right order.

Hauke



More information about the Lede-dev mailing list