summaryrefslogtreecommitdiff
path: root/nuttx/configs/z8encore000zco/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-10 23:37:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-10 23:37:56 +0000
commit5774d10323df56f4c38687021f40abecec6ac2b8 (patch)
treeca171439f1b3eca225e1bc02f862649301d515d1 /nuttx/configs/z8encore000zco/ostest
parent549c9f29cd39ae8cd151e92d77877a7609176dc2 (diff)
downloadpx4-nuttx-5774d10323df56f4c38687021f40abecec6ac2b8.tar.gz
px4-nuttx-5774d10323df56f4c38687021f40abecec6ac2b8.tar.bz2
px4-nuttx-5774d10323df56f4c38687021f40abecec6ac2b8.zip
Fixed of Z8F6423 -- still doesn't like correctly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@732 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z8encore000zco/ostest')
-rw-r--r--nuttx/configs/z8encore000zco/ostest/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/z8encore000zco/ostest/defconfig b/nuttx/configs/z8encore000zco/ostest/defconfig
index 0725f16ec..8a8083b30 100644
--- a/nuttx/configs/z8encore000zco/ostest/defconfig
+++ b/nuttx/configs/z8encore000zco/ostest/defconfig
@@ -38,7 +38,7 @@
# CONFIG_ARCH - identifies the arch subdirectory and, hence, the
# processor architecture.
# CONFIG_ARCH_name - for use in C code. This identifies the particular
-# processor architecture (CONFIG_ARCH_Z16).
+# processor architecture (CONFIG_ARCH_Z8).
# CONFIG_ARCH_CHIP - Identifies the specific chip or SoC that implements the
# architecture.
# CONFIG_ARCH_CHIP_chip - for use in C code. This identifies the
@@ -71,7 +71,7 @@ CONFIG_ENDIAN_BIG=y
CONFIG_DRAM_SIZE=65536
CONFIG_ARCH_LEDS=n
#
-# Z16F specific device driver settings
+# eZ8 specific device driver settings
#
# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
# console and ttyS0 (default is the UART0).