summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/elf
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-13 12:25:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-13 12:25:32 -0600
commitdccca8a00662956a7fd4d7e106c041e977e4fe0a (patch)
tree6a5bb0d62d36310bc57dfa99cea2e77ee14fcff7 /nuttx/configs/sama5d4-ek/elf
parentb473253b2042c86a77fdd3a23f26e4344ff9cc3c (diff)
downloadpx4-nuttx-dccca8a00662956a7fd4d7e106c041e977e4fe0a.tar.gz
px4-nuttx-dccca8a00662956a7fd4d7e106c041e977e4fe0a.tar.bz2
px4-nuttx-dccca8a00662956a7fd4d7e106c041e977e4fe0a.zip
Add a configuration option for dynamic stack management
Diffstat (limited to 'nuttx/configs/sama5d4-ek/elf')
-rw-r--r--nuttx/configs/sama5d4-ek/elf/defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d4-ek/elf/defconfig b/nuttx/configs/sama5d4-ek/elf/defconfig
index 732c7f357..331f1865f 100644
--- a/nuttx/configs/sama5d4-ek/elf/defconfig
+++ b/nuttx/configs/sama5d4-ek/elf/defconfig
@@ -266,11 +266,10 @@ CONFIG_ARCH_ADDRENV=y
CONFIG_ARCH_TEXT_VBASE=0x80000000
CONFIG_ARCH_DATA_VBASE=0x80100000
CONFIG_ARCH_HEAP_VBASE=0x80200000
-CONFIG_ARCH_STACK_VBASE=0x80300000
CONFIG_ARCH_TEXT_NPAGES=256
CONFIG_ARCH_DATA_NPAGES=256
CONFIG_ARCH_HEAP_NPAGES=256
-CONFIG_ARCH_STACK_NPAGES=256
+# CONFIG_ARCH_STACK_DYNAMIC is not set
CONFIG_ARCH_PGPOOL_MAPPING=y
CONFIG_ARCH_PGPOOL_PBASE=0x28000000
CONFIG_ARCH_PGPOOL_VBASE=0x28000000