Page lies in SRAM A2 not A1

This commit is contained in:
Gregory Nutt
2013-11-17 10:37:10 -06:00
parent fa3593a2c5
commit a542164b1d
+3 -3
View File
@@ -468,10 +468,10 @@
*/ */
#if defined(CONFIG_ARCH_LOWVECTORS) #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_PADDR A1X_SRAMA2_PADDR
# define PGTABLE_BASE_VADDR (A1X_SRAMA1_VADDR + 16384) # define PGTABLE_BASE_VADDR A1X_SRAMA2_VADDR
# else /* CONFIG_ARCH_LOWVECTORS */ # else /* CONFIG_ARCH_LOWVECTORS */