From b21202d811dc213f553669e1c8598bd861cf4db8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 16 Jan 2010 21:55:46 +0000 Subject: [PATCH] Fix ROM table base address git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2510 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ea3131/include/board_memorymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ea3131/include/board_memorymap.h b/configs/ea3131/include/board_memorymap.h index f64b028a85..bb0c8b7413 100755 --- a/configs/ea3131/include/board_memorymap.h +++ b/configs/ea3131/include/board_memorymap.h @@ -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