Fix ROM table base address

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2510 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-01-16 21:55:46 +00:00
parent a033e46c4b
commit 8a679d8e57

View File

@ -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