diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2009-08-27 18:31:36 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2009-08-27 18:31:36 +0000 |
commit | 2161e594d9b3b35c6723ad957acf856113eef30b (patch) | |
tree | 8a20282d432882312596901409bcd8394bff5fe2 | |
parent | 2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com> (diff) | |
download | rtems-2161e594d9b3b35c6723ad957acf856113eef30b.tar.bz2 |
2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/leon2.cfg, custom/leon3.cfg: Fix typo.
-rw-r--r-- | make/ChangeLog | 4 | ||||
-rw-r--r-- | make/custom/leon2.cfg | 2 | ||||
-rw-r--r-- | make/custom/leon3.cfg | 3 |
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. |