summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/leon2.cfg2
-rw-r--r--make/custom/leon3.cfg3
3 files changed, 6 insertions, 3 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index b4e43e036e..308e29929c 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * custom/leon2.cfg, custom/leon3.cfg: Fix typo.
+
2009-06-04 Xi Yang <hiyangxi@gmail.com>
* Makefile.am: New Gumstix BSP.
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index 683a123478..7980659194 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -1,5 +1,5 @@
#
-# Config file for the European Space Agency ERC32 SPARC processor.
+# Config file for the LEON2 SPARC processor.
#
# $Id$
#
diff --git a/make/custom/leon3.cfg b/make/custom/leon3.cfg
index eb53594592..97b0dbf4ac 100644
--- a/make/custom/leon3.cfg
+++ b/make/custom/leon3.cfg
@@ -1,5 +1,5 @@
#
-# Config file for the European Space Agency ERC32 SPARC processor.
+# Config file for the LEON3 SPARC processor.
#
# $Id$
#
@@ -7,7 +7,6 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sparc
-
RTEMS_CPU_MODEL=leon3
# This is the actual bsp directory used during the build process.