mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
Page lies in SRAM A2 not A1
This commit is contained in:
parent
fa3593a2c5
commit
a542164b1d
1 changed files with 3 additions and 3 deletions
|
|
@ -468,10 +468,10 @@
|
|||
*/
|
||||
|
||||
#if defined(CONFIG_ARCH_LOWVECTORS)
|
||||
/* In this case, table must lie in SRAM A1 after the vectors */
|
||||
/* In this case, table must lie in SRAM A2 after the vectors in SRAM A1 */
|
||||
|
||||
# define PGTABLE_BASE_PADDR (A1X_SRAMA1_PADDR + 16384)
|
||||
# define PGTABLE_BASE_VADDR (A1X_SRAMA1_VADDR + 16384)
|
||||
# define PGTABLE_BASE_PADDR A1X_SRAMA2_PADDR
|
||||
# define PGTABLE_BASE_VADDR A1X_SRAMA2_VADDR
|
||||
|
||||
# else /* CONFIG_ARCH_LOWVECTORS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue