summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx/microblaze-generic_defconfig-Disable-configs.patch
blob: 316d89afe7dbd5c04e8d45a6200782bc55d50a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From: Nathan Rossi <nathan.rossi@xilinx.com>
Date: Mon, 20 Apr 2015 17:57:34 +1000
Subject: [PATCH] microblaze-generic_defconfig: Disable configs

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Upstream-Status: Configuration
---
 configs/microblaze-generic_defconfig | 4 +---
 include/configs/microblaze-generic.h | 5 +++++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index 4211d71..69b8023 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -1,6 +1,4 @@
-CONFIG_SPL=y
 CONFIG_MICROBLAZE=y
 CONFIG_TARGET_MICROBLAZE_GENERIC=y
-CONFIG_OF_CONTROL=y
-CONFIG_OF_EMBED=y
 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
+CONFIG_SYS_BOOTM_LEN=33554432
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 073f3ef..26e85c7 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -219,6 +219,11 @@
 #endif
 
 /*
+ * BOOTM options
+ */
+#define CONFIG_SYS_BOOTM_LEN (32 * 1024 * 1024)
+
+/*
  * BOOTP options
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
-- 
2.5.1