diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:38 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:34 -0700 |
commit | f058f154a9cad41b8cc97ce85b9308051ff297b9 (patch) | |
tree | 67d730a48e4503da87a1d75b81801a979dac207e /include/configs/uniphier.h | |
parent | 1967982a959609d663a1c25e4473a3209671e3aa (diff) | |
download | u-boot-f058f154a9cad41b8cc97ce85b9308051ff297b9.tar.gz |
dm: Add CMD_DM and CMD_DEMO to Kconfig
Add Kconfig settings for these two options.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 9420e6b48b..6f4ecc9b04 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -192,8 +192,6 @@ #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) |