[U-Boot] [PATCH 5/8] microblaze: Enable DM by default
Michal Simek
michal.simek at xilinx.com
Fri Dec 11 12:49:02 CET 2015
Enable DM for the whole architecture.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/microblaze/Kconfig | 1 +
configs/microblaze-generic_defconfig | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index a730b72a52f3..604f6815af5b 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -12,6 +12,7 @@ config TARGET_MICROBLAZE_GENERIC
bool "Support microblaze-generic"
select SUPPORT_SPL
select OF_CONTROL
+ select DM
endchoice
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index c13efd091d61..54aa3ef3d26f 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -1,5 +1,4 @@
CONFIG_MICROBLAZE=y
-CONFIG_SYS_MALLOC_F=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_TARGET_MICROBLAZE_GENERIC=y
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
--
1.9.1
More information about the U-Boot
mailing list