Skip to content
Snippets Groups Projects
Commit 8a679d8e authored by patacongo's avatar patacongo
Browse files

Fix ROM table base address

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2510 42af7a65-404d-4744-a932-0658087f49c3
parent a033e46c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment