From 4de9bbdcc893e3700f8390580258acfe9f450aad Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 8 Dec 2015 14:45:54 +0100 Subject: microblaze: Use malloc setting via Kconfig Clean board specific file. Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- configs/microblaze-generic_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/microblaze-generic_defconfig') diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 1fe2e0f..98391c8 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -1,4 +1,6 @@ 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" CONFIG_SPL=y -- cgit v1.1 From ef159abf99a2c6654c14f7db14df465a964b50c6 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 2 Dec 2015 14:21:05 +0100 Subject: microblaze: Enable OF_CONTROL by default Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/microblaze-generic_defconfig') diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 98391c8..c13efd0 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -7,5 +7,4 @@ CONFIG_SPL=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set -CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y -- cgit v1.1 From 4280f50238916f6375746c44db11ebbe00012693 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 9 Dec 2015 11:44:17 +0100 Subject: microblaze: Enable DM by default Enable DM for the whole architecture. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/microblaze-generic_defconfig') diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index c13efd0..54aa3ef 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" -- cgit v1.1