diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:47:58 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:31 -0600 |
commit | b507c5e6d2a87d33206e49b096cbf36c4515aa49 (patch) | |
tree | 5bbf9a102c0675fc511dba933acb6fea428f4916 /configs/mx6dlsabresd_defconfig | |
parent | ab7b88574e762760060092c0c0c71a38e4d4eec3 (diff) | |
download | u-boot-midas-b507c5e6d2a87d33206e49b096cbf36c4515aa49.tar.gz u-boot-midas-b507c5e6d2a87d33206e49b096cbf36c4515aa49.tar.bz2 u-boot-midas-b507c5e6d2a87d33206e49b096cbf36c4515aa49.zip |
ARM: mx6: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/mx6dlsabresd_defconfig')
-rw-r--r-- | configs/mx6dlsabresd_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/mx6dlsabresd_defconfig b/configs/mx6dlsabresd_defconfig index cde0d705a5..b333e59ba5 100644 --- a/configs/mx6dlsabresd_defconfig +++ b/configs/mx6dlsabresd_defconfig @@ -3,5 +3,3 @@ CONFIG_ARM=y CONFIG_TARGET_MX6SABRESD=y CONFIG_SYS_MALLOC_F=y CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y |