mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
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:
parent
a033e46c4b
commit
8a679d8e57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue