[U-Boot] [PATCH v1 08/10] colibri_pxa270_defconfig: enable cmd_dm

Marek Vasut marex at denx.de
Mon May 20 01:05:03 UTC 2019


On 5/20/19 2:45 AM, Marcel Ziswiler wrote:
> Enable CONFIG_CMD_DM.
> 
> Signed-off-by: Marcel Ziswiler <marcel at ziswiler.com>
> 
> ---
> 
>  configs/colibri_pxa270_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/colibri_pxa270_defconfig b/configs/colibri_pxa270_defconfig
> index a3c07d5887..c9d7e4e7ce 100644
> --- a/configs/colibri_pxa270_defconfig
> +++ b/configs/colibri_pxa270_defconfig
> @@ -15,6 +15,7 @@ CONFIG_SYS_PROMPT="$ "
>  # CONFIG_CMD_ELF is not set
>  # CONFIG_CMD_EXPORTENV is not set
>  # CONFIG_CMD_IMPORTENV is not set
> +CONFIG_CMD_DM=y
>  # CONFIG_CMD_LOADB is not set
>  # CONFIG_CMD_LOADS is not set
>  CONFIG_CMD_MMC=y
> 

Can you just imply it somewhere in arch/arm/ instead ?

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list