summaryrefslogtreecommitdiff
path: root/nuttx/configs/m68332evb/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-25 00:09:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-25 00:09:44 +0000
commitb4d75115f84e9ba0002214264e064e823d9df4e8 (patch)
tree4fa34dc4a4e5e5eb287dafc65c6987e418e4265a /nuttx/configs/m68332evb/defconfig
parent170ec8f545ce2ea7928a00e112ffc70b0f0a5281 (diff)
downloadpx4-nuttx-b4d75115f84e9ba0002214264e064e823d9df4e8.tar.gz
px4-nuttx-b4d75115f84e9ba0002214264e064e823d9df4e8.tar.bz2
px4-nuttx-b4d75115f84e9ba0002214264e064e823d9df4e8.zip
Makesystem changes to better support different SoCs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@184 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/m68332evb/defconfig')
-rw-r--r--nuttx/configs/m68332evb/defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/m68332evb/defconfig b/nuttx/configs/m68332evb/defconfig
index c63dc6aa2..256256362 100644
--- a/nuttx/configs/m68332evb/defconfig
+++ b/nuttx/configs/m68332evb/defconfig
@@ -40,17 +40,17 @@
# CONFIG_ARCH_name - for use in C code. This identifies the
# particular chip or SoC that the architecture is implemented
# in.
-# CONFIG_BOARD - identifies the configs subdirectory and, hence,
+# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
# the board that supports the particular chip or SoC.
-# CONFIG_BOARD_name - for use in C code
+# CONFIG_ARCH_BOARD_name - for use in C code
# CONFIG_DRAM_SIZE - Describes the installed DRAM.
# CONFIG_ARCH_STACKDUMP - Do stack dumps after assertions
#
CONFIG_ARCH=m68332evb
CONFIG_ARCH_M68332=y
CONFIG_ARCH_M68332EVB=y
-CONFIG_BOARD=m68332evb
-CONFIG_BOARD_M68332EVB=y
+CONFIG_ARCH_BOARD=m68332evb
+CONFIG_ARCH_BOARD_M68332EVB=y
CONFIG_DRAM_SIZE=0x003000
CONFIG_DRAM_NUTTXENTRY=0x003000
CONFIG_ARCH_STACKDUMP=y