summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ntosd-dm320/poll/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-31 19:56:26 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-31 19:56:26 +0000
commitc63d93e7f05251c6b8dc23d0255fec1b129da3f1 (patch)
tree185813e3005fa39907f2388dc8780951f6bfa65d /nuttx/configs/ntosd-dm320/poll/defconfig
parentb5b949bbde7d39c12160d8aacf305d6fe4f32152 (diff)
Add logic to support a ROM'ed MMU page table
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2470 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ntosd-dm320/poll/defconfig')
-rw-r--r--nuttx/configs/ntosd-dm320/poll/defconfig17
1 files changed, 7 insertions, 10 deletions
diff --git a/nuttx/configs/ntosd-dm320/poll/defconfig b/nuttx/configs/ntosd-dm320/poll/defconfig
index ffb97dbf36..bdbab6be3a 100644
--- a/nuttx/configs/ntosd-dm320/poll/defconfig
+++ b/nuttx/configs/ntosd-dm320/poll/defconfig
@@ -76,17 +76,14 @@ CONFIG_ARCH_STACKDUMP=n
#
# ARM-specific configuration
#
-# CONFIG_ARM_LOWVECTORS - define if vectors reside at address 0x0000:00000
+# CONFIG_ARCH_LOWVECTORS - define if vectors reside at address 0x0000:00000
# Undefine if vectors reside at address 0xffff:0000
-# CONFIG_ARM_ROMPGTABLE - A pre-initialized, read-only page table is available
-# CONFIG_PGTABLE_BASE must also be defined in this case.
-# CONFIG_PGTABLE_BASE - The (physical) base address of the pre-initialized
-# read-only page table vector. This must be provided if CONFIG_ARM_ROMPGTABLE
-# is defined.
-#
-CONFIG_ARM_LOWVECTORS=n
-CONFIG_ARM_ROMPGTABLE=n
-#CONFIG_PGTABLE_BASE=
+# CONFIG_ARCH_ROMPGTABLE - A pre-initialized, read-only page table is available.
+# If defined, then board-specific logic must also define PGTABLE_BASE_PADDR,
+# PGTABLE_BASE_VADDR, and all memory section mapping, possibly in board.h
+#
+CONFIG_ARCH_LOWVECTORS=n
+CONFIG_ARCH_ROMPGTABLE=n
#
# DM320 specific device driver settings