summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch33
1 files changed, 25 insertions, 8 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch b/recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch
index 6de7b0e7..316d89af 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch
+++ b/recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch
@@ -1,4 +1,3 @@
1From 4955e7593d4d9b22761c0d1cac53d3f2ce7bc329 Mon Sep 17 00:00:00 2001
2From: Nathan Rossi <nathan.rossi@xilinx.com> 1From: Nathan Rossi <nathan.rossi@xilinx.com>
3Date: Mon, 20 Apr 2015 17:57:34 +1000 2Date: Mon, 20 Apr 2015 17:57:34 +1000
4Subject: [PATCH] microblaze-generic_defconfig: Disable configs 3Subject: [PATCH] microblaze-generic_defconfig: Disable configs
@@ -6,20 +5,38 @@ Subject: [PATCH] microblaze-generic_defconfig: Disable configs
6Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> 5Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
7Upstream-Status: Configuration 6Upstream-Status: Configuration
8--- 7---
9 configs/microblaze-generic_defconfig | 3 --- 8 configs/microblaze-generic_defconfig | 4 +---
10 1 file changed, 3 deletions(-) 9 include/configs/microblaze-generic.h | 5 +++++
10 2 files changed, 6 insertions(+), 3 deletions(-)
11 11
12diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig 12diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
13index 5cfd596..5ce5492 100644 13index 4211d71..69b8023 100644
14--- a/configs/microblaze-generic_defconfig 14--- a/configs/microblaze-generic_defconfig
15+++ b/configs/microblaze-generic_defconfig 15+++ b/configs/microblaze-generic_defconfig
16@@ -1,6 +1,3 @@ 16@@ -1,6 +1,4 @@
17-CONFIG_SPL=y 17-CONFIG_SPL=y
18 +S:CONFIG_MICROBLAZE=y 18 CONFIG_MICROBLAZE=y
19 +S:CONFIG_TARGET_MICROBLAZE_GENERIC=y 19 CONFIG_TARGET_MICROBLAZE_GENERIC=y
20-CONFIG_OF_CONTROL=y 20-CONFIG_OF_CONTROL=y
21-CONFIG_OF_EMBED=y 21-CONFIG_OF_EMBED=y
22 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" 22 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
23+CONFIG_SYS_BOOTM_LEN=33554432
24diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
25index 073f3ef..26e85c7 100644
26--- a/include/configs/microblaze-generic.h
27+++ b/include/configs/microblaze-generic.h
28@@ -219,6 +219,11 @@
29 #endif
30
31 /*
32+ * BOOTM options
33+ */
34+#define CONFIG_SYS_BOOTM_LEN (32 * 1024 * 1024)
35+
36+/*
37 * BOOTP options
38 */
39 #define CONFIG_BOOTP_BOOTFILESIZE
23-- 40--
241.7.10.4 412.5.1
25 42