summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch')
-rw-r--r--recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch b/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch
new file mode 100644
index 00000000..63a5796d
--- /dev/null
+++ b/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch
@@ -0,0 +1,36 @@
1From 83d29d5e346083254e71fbe483cb14f6657b9965 Mon Sep 17 00:00:00 2001
2From: Nishanth Menon <nm@ti.com>
3Date: Tue, 29 Jun 2021 12:03:29 -0500
4Subject: [PATCH] Revert "soc: am64x: Makefile: Move the SPL Load address to
5 0x70000000"
6
7This reverts commit e411dc16862b5bb2d8befb12496b03d7b01c87b2.
8
9Mainline is NOT ready for the change yet as of u-boot 2021.07 + v5.13,
10So, this patch reverts the SPL address change.
11
12This patch needs to be dropped once mainline u-boot and kernel have
13migrated over to newer releases.
14
15Upstream-Status: Not applicable
16Signed-off-by: Nishanth Menon <nm@ti.com>
17---
18 soc/am64x/Makefile | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21diff --git a/soc/am64x/Makefile b/soc/am64x/Makefile
22index 45425428f9c6..e8747376f153 100644
23--- a/soc/am64x/Makefile
24+++ b/soc/am64x/Makefile
25@@ -30,7 +30,7 @@
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 #
28
29-SBL_LOADADDDR ?= 0x70000000
30+SBL_LOADADDDR ?= 0x70020000
31 COMBINED_SYSFW_BRDCFG_LOADADDR ?= 0x70000
32 LOADADDR ?= 0x44000
33 SCIFS = sci
34--
352.32.0
36