summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/c5471evm/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-04-26 00:44:27 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-04-26 00:44:27 +0000
commit5746b8e50703c72fa219062503d769984d680421 (patch)
treeb2bb0fa9ef736491fa4621775d9a7ef29ea75737 /nuttx/configs/c5471evm/defconfig
parent86e69721c92c20f2f886300ded57bb7fd6b7eaaa (diff)
arch/c5471/include and arch/dm320/include are not identical. This is in preparation to replace arch/c5471 and arch/dm320 with arch/arm
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@186 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/c5471evm/defconfig')
-rw-r--r--nuttx/configs/c5471evm/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/c5471evm/defconfig b/nuttx/configs/c5471evm/defconfig
index 3fd6a2e5dd..ac24faf820 100644
--- a/nuttx/configs/c5471evm/defconfig
+++ b/nuttx/configs/c5471evm/defconfig
@@ -40,6 +40,8 @@
# CONFIG_ARCH_name - for use in C code. This identifies the
# particular chip or SoC that the architecture is implemented
# in.
+# CONFIG_ARCH_CHIP - Identifies the arch/*/chip subdirectory
+# CONFIG_ARCH_CHIP_name - For use in C code
# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
# the board that supports the particular chip or SoC.
# CONFIG_ARCH_BOARD_name - for use in C code
@@ -51,6 +53,8 @@
#
CONFIG_ARCH=c5471
CONFIG_ARCH_C5471=y
+CONFIG_ARCH_CHIP=c5471
+CONFIG_ARCH_CHIP_C5471=y
CONFIG_ARCH_BOARD=c5471evm
CONFIG_ARCH_BOARD_C5471EVM=y
CONFIG_ROM_VECTORS=n