summaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorEd Sutter <edsutterjr@gmail.com>2015-06-29 18:22:03 -0400
committerEd Sutter <edsutterjr@gmail.com>2015-06-29 18:22:03 -0400
commit2236db28c2b3a50cb4ad6e934dfa949afb525f48 (patch)
tree7d151e8dcb0beb1453ecedd1a2ff3b0dc321e5c6 /ports
parentcleanup uninitialized variable warning (diff)
downloadumon-2236db28c2b3a50cb4ad6e934dfa949afb525f48.tar.bz2
remove APPRAMBASE_OVERRIDE and include DM/PM commands
Diffstat (limited to 'ports')
-rw-r--r--ports/beagleboneblack/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ports/beagleboneblack/config.h b/ports/beagleboneblack/config.h
index 8ccf968..a64493c 100644
--- a/ports/beagleboneblack/config.h
+++ b/ports/beagleboneblack/config.h
@@ -45,10 +45,6 @@
#define CPU_LE
-// override the app ram base to set it to 2Mbyte. This reserves space
-// for umon and the LCD controller buffer
-#define APPRAMBASE_OVERRIDE 0x80400000
-
// Establish a user defined function to be called when uMon
// prints out the startup banner...
// If this is defined, then the output similar to the following will
@@ -159,6 +155,8 @@
#define INCLUDE_MEMTRACE 0
#define INCLUDE_MEMCMDS 0
+#define INCLUDE_DM 1
+#define INCLUDE_PM 1
#define INCLUDE_EDIT 0
#define INCLUDE_DISASSEMBLER 0
#define INCLUDE_UNZIP 0