[U-Boot] [PATCH v3 3/4] configs: AST2500 EVB: Enable SD controller
Peng Fan
peng.fan at nxp.com
Wed Aug 28 13:35:50 UTC 2019
Hi Eddie,
> Subject: [PATCH v3 3/4] configs: AST2500 EVB: Enable SD controller
>
> Enable the MMC subsystem and the Aspeed SD controller. Also enable the use
> of the device tree for probing the controller.
Would you add a MAINTAINERS file for this board?
Thanks,
Peng.
>
> Signed-off-by: Eddie James <eajames at linux.ibm.com>
> ---
> configs/evb-ast2500_defconfig | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig
> index 59d41cb..b47ca5b 100644
> --- a/configs/evb-ast2500_defconfig
> +++ b/configs/evb-ast2500_defconfig
> @@ -16,6 +16,7 @@ CONFIG_HUSH_PARSER=y
> CONFIG_CMD_I2C=y
> CONFIG_CMD_DHCP=y
> CONFIG_CMD_MII=y
> +CONFIG_CMD_MMC=y
> CONFIG_CMD_PING=y
> CONFIG_DEFAULT_DEVICE_TREE="ast2500-evb"
> CONFIG_NET_RANDOM_ETHADDR=y
> @@ -36,3 +37,10 @@ CONFIG_SYS_NS16550=y
> CONFIG_SYSRESET=y
> CONFIG_TIMER=y
> CONFIG_WDT=y
> +CONFIG_MMC=y
> +CONFIG_DM_MMC=y
> +CONFIG_MMC_SDHCI=y
> +CONFIG_MMC_SDHCI_ASPEED=y
> +CONFIG_MMC_VERBOSE=y
> +CONFIG_OF_CONTROL=y
> +CONFIG_OF_EMBED=y
> --
> 1.8.3.1
More information about the U-Boot
mailing list