[PATCH 14/16] Updated CPU_TYPE, CPU_NAME, PLATFORM_TYPE and PLATFORM_NAME in BBB config.h

Jarielle Catbagan jcatbagan93 at gmail.com
Wed Jun 17 18:24:45 UTC 2015


---
 ports/beagleboneblack/config.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ports/beagleboneblack/config.h b/ports/beagleboneblack/config.h
index 096bbda..754aeb6 100644
--- a/ports/beagleboneblack/config.h
+++ b/ports/beagleboneblack/config.h
@@ -132,10 +132,10 @@
  * The 'TYPE' definition is used for ifdefs in the code and the 'NAME'
  * is used for printfs in the code.
  */
-#define CPU_TYPE        OMAP3530
-#define CPU_NAME        "TI OMAP3530 Cortex-A8"
-#define PLATFORM_TYPE   CSB740
-#define PLATFORM_NAME   "Cogent CSB740"
+#define CPU_TYPE        AM3358
+#define CPU_NAME        "TI AM3358 Cortex-A8"
+#define PLATFORM_TYPE   BEAGLEBONEBLACK
+#define PLATFORM_NAME   "Beaglebone Black"

 /* Specify the size of the memory block (in monitor space) that is to be
  * allocated to malloc in the monitor.  Note that this size can be dynamically
-- 
2.3.3


More information about the umon-devel mailing list