summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-raspberrypi/recipes-bsp/u-boot/files/0001-Increase-rpi-BOOTM_LEN.patch
blob: 90ecefd26cdfd214a926ca5e8dc494dd3e2290ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From c7d936ae239e9609d95537746600e42892f3dcfb Mon Sep 17 00:00:00 2001
From: Laurent Bonnans <laurent.bonnans@here.com>
Date: Wed, 5 Jun 2019 19:22:01 +0200
Subject: [PATCH] Increase rpi BOOTM_LEN

---
 include/configs/rpi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 77d2d5458a..dd60042200 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -54,6 +54,7 @@
 #define CONFIG_SYS_MEMTEST_START	0x00100000
 #define CONFIG_SYS_MEMTEST_END		0x00200000
 #define CONFIG_LOADADDR			0x00200000
+#define CONFIG_SYS_BOOTM_LEN		SZ_64M
 
 #ifdef CONFIG_ARM64
 #define CONFIG_SYS_BOOTM_LEN		SZ_64M