summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarielle Catbagan <jcatbagan93@gmail.com>2015-07-16 04:26:45 -0700
committerEd Sutter <edsutterjr@gmail.com>2015-07-18 09:13:25 -0400
commitd55aa7c0dae501ec76c731a4c5d5726473b94be4 (patch)
tree37dc0840892986c51229b1eae88b56fbafa86868
parentBBB: rom_reset.S: Initialize the SP at the top of SRAM prior to invoking pll_... (diff)
downloadumon-d55aa7c0dae501ec76c731a4c5d5726473b94be4.tar.bz2
BBB: Makefile: Map uMon RAM in DDR3
-rw-r--r--ports/beagleboneblack/Makefile6
1 files 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