[PATCH 7/7] BBB: Makefile: Map uMon RAM in DDR3

Jarielle Catbagan jcatbagan93 at gmail.com
Thu Jul 16 11:26:45 UTC 2015


---
 ports/beagleboneblack/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ports/beagleboneblack/Makefile b/ports/beagleboneblack/Makefile
index c66ee62..42a368d 100644
--- a/ports/beagleboneblack/Makefile
+++ b/ports/beagleboneblack/Makefile
@@ -35,9 +35,9 @@ CUSTOM_CFLAGS	= -mcpu=cortex-a8 -O2 -isystem $(ABIDIR)/include -Wno-char-subscri
 # The following variables are used to establish the system's memory map.
 # 
 BOOTROMBASE=0x402F0400
-BOOTROMLEN=0x00DA00
-BOOTRAMBASE=0x402FDE00
-BOOTRAMLEN=0x00DA00
+BOOTROMLEN=0x010000
+BOOTRAMBASE=0x80000000
+BOOTRAMLEN=0x010000
 RAMTSTROMBASE=0x80100000
 RAMTSTROMLEN=0x100000
 ATAGSIZE=0x1000
-- 
2.3.3




More information about the umon-devel mailing list