
20 May
2019
20 May
'19
3:05 a.m.
On 5/20/19 2:45 AM, Marcel Ziswiler wrote:
Enable CONFIG_CMD_DM.
Signed-off-by: Marcel Ziswiler marcel@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