Page lies in SRAM A2 not A1

This commit is contained in:
Gregory Nutt 2013-11-17 10:37:10 -06:00
parent 9ab637d218
commit 89a1cff17b
1 changed files with 3 additions and 3 deletions

View File

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