From a08f6c421f6fe0211fc94396707013e2e748903d Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 31 Dec 2009 17:10:19 +0000 Subject: Add basic logic to configure MMU for LPC3131x git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2468 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ntosd-dm320/thttpd/defconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'nuttx/configs/ntosd-dm320/thttpd') diff --git a/nuttx/configs/ntosd-dm320/thttpd/defconfig b/nuttx/configs/ntosd-dm320/thttpd/defconfig index 207b5922a..e5eb6ee76 100644 --- a/nuttx/configs/ntosd-dm320/thttpd/defconfig +++ b/nuttx/configs/ntosd-dm320/thttpd/defconfig @@ -73,6 +73,21 @@ CONFIG_DRAM_NUTTXENTRY=0x01008000 CONFIG_ARCH_INTERRUPTSTACK=0 CONFIG_ARCH_STACKDUMP=n +# +# ARM-specific configuration +# +# CONFIG_ARM_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= + # # DM320 specific device driver settings # -- cgit v1.2.3