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/sunxi-common.h | |
parent | 1967982a959609d663a1c25e4473a3209671e3aa (diff) | |
download | u-boot-imx-f058f154a9cad41b8cc97ce85b9308051ff297b9.zip u-boot-imx-f058f154a9cad41b8cc97ce85b9308051ff297b9.tar.gz u-boot-imx-f058f154a9cad41b8cc97ce85b9308051ff297b9.tar.bz2 |
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/sunxi-common.h')
-rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index cea52db..325120d 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_TEXT_BASE 0x4a000000 #if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_DM) -# define CONFIG_CMD_DM # define CONFIG_DM_GPIO # define CONFIG_DM_SERIAL # define CONFIG_DW_SERIAL |