diff mbox

[U-Boot,5/5] ARM: UniPhier: enable CONFIG_CMD_DM

Message ID 1418897464-25779-6-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Dec. 18, 2014, 10:11 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 include/configs/uniphier.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Dec. 18, 2014, 6:44 p.m. UTC | #1
Hi Masahiro,

On 18 December 2014 at 03:11, Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>
>  include/configs/uniphier.h | 2 ++
>  1 file changed, 2 insertions(+)

Note that this will become the default once we get the DM Kconfig series done.

Acked-by: Simon Glass <sjg@chromium.org>

(But I assume you will apply it)

Regards,
Simon
diff mbox

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index ed22111..5a53c50 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -187,6 +187,8 @@ 
 #define CONFIG_FAT_WRITE
 #define CONFIG_DOS_PARTITION
 
+#define CONFIG_CMD_DM
+
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x01000000)