summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-26 17:26:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-26 17:26:53 -0600
commit94180157df88ff16132699cae16ef22c91cda5a3 (patch)
treeeb7374872607acaca72ae700542e99b9f3074d6a /nuttx/arch/arm/src/dm320
parentd691370b893a9ff86b86a226623e86782bbd75ae (diff)
downloadpx4-nuttx-94180157df88ff16132699cae16ef22c91cda5a3.tar.gz
px4-nuttx-94180157df88ff16132699cae16ef22c91cda5a3.tar.bz2
px4-nuttx-94180157df88ff16132699cae16ef22c91cda5a3.zip
Correct an error in Cortex-A5 intermediate MMU mapping
Diffstat (limited to 'nuttx/arch/arm/src/dm320')
-rw-r--r--nuttx/arch/arm/src/dm320/dm320_memorymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/dm320/dm320_memorymap.h b/nuttx/arch/arm/src/dm320/dm320_memorymap.h
index b800bf1de..edcf4312c 100644
--- a/nuttx/arch/arm/src/dm320/dm320_memorymap.h
+++ b/nuttx/arch/arm/src/dm320/dm320_memorymap.h
@@ -176,6 +176,7 @@
*/
#define NUTTX_START_VADDR (DM320_SDRAM_VADDR+PGTABLE_SIZE)
+#define NUTTX_START_PADDR (DM320_SDRAM_PADDR+PGTABLE_SIZE)
/* Section MMU Flags Flags CW */
#define DM320_FLASH_MMUFLAGS MMU_IOFLAGS /* -- */