summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-16 21:55:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-16 21:55:46 +0000
commitf30315549b0ab370f4461426ccd7508bfb14d41a (patch)
tree61c7049dda76fc0088b55fc79fd5daa90d317c29
parente61e5384733dc9e140d035b5e3e9cbef08e2faea (diff)
downloadpx4-nuttx-f30315549b0ab370f4461426ccd7508bfb14d41a.tar.gz
px4-nuttx-f30315549b0ab370f4461426ccd7508bfb14d41a.tar.bz2
px4-nuttx-f30315549b0ab370f4461426ccd7508bfb14d41a.zip
Fix ROM table base address
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2510 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/configs/ea3131/include/board_memorymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/include/board_memorymap.h b/nuttx/configs/ea3131/include/board_memorymap.h
index f64b028a8..bb0c8b741 100755
--- a/nuttx/configs/ea3131/include/board_memorymap.h
+++ b/nuttx/configs/ea3131/include/board_memorymap.h
@@ -85,7 +85,7 @@
/* Define the address of the page table within the ROM */
-# define ROMPGTABLE_OFFSET 0x0001c00 /* Offset of the ROM page table in ROM */
+# define ROMPGTABLE_OFFSET 0x0001c000 /* Offset of the ROM page table in ROM */
# define PGTABLE_BASE_PADDR (LPC313X_INTSROM0_PSECTION+ROMPGTABLE_OFFSET)
# define PGTABLE_BASE_VADDR (LPC313X_INTSROM0_VSECTION+ROMPGTABLE_OFFSET)
#endif