diff options
author | Tom Rini <trini@ti.com> | 2015-02-21 08:22:23 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-21 08:22:23 -0500 |
commit | b4087b354a888928f87386dc46091e672e14be97 (patch) | |
tree | 09b7045b65a1eef2dd8ff8df30bafb030910f528 /configs/mx6sxsabresd_defconfig | |
parent | ed16f14689b98c1ec98c9f30b92b8edea9d2d60c (diff) | |
parent | 66c03151fc8752c29b7d17003b9c87218640b10b (diff) | |
download | u-boot-b4087b354a888928f87386dc46091e672e14be97.tar.gz |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'configs/mx6sxsabresd_defconfig')
-rw-r--r-- | configs/mx6sxsabresd_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index 72e0f103ec..cc823226c1 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig @@ -3,3 +3,5 @@ CONFIG_ARM=y CONFIG_TARGET_MX6SXSABRESD=y CONFIG_SYS_MALLOC_F=y CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |