|
@@ -27,6 +27,7 @@
|
|
|
#include <asm/cp15.h>
|
|
|
#include <asm/mach-types.h>
|
|
|
#include <asm/memblock.h>
|
|
|
+#include <asm/memory.h>
|
|
|
#include <asm/prom.h>
|
|
|
#include <asm/sections.h>
|
|
|
#include <asm/setup.h>
|
|
@@ -518,8 +519,7 @@ void __init mem_init(void)
|
|
|
" .data : 0x%p" " - 0x%p" " (%4td kB)\n"
|
|
|
" .bss : 0x%p" " - 0x%p" " (%4td kB)\n",
|
|
|
|
|
|
- MLK(UL(CONFIG_VECTORS_BASE), UL(CONFIG_VECTORS_BASE) +
|
|
|
- (PAGE_SIZE)),
|
|
|
+ MLK(VECTORS_BASE, VECTORS_BASE + PAGE_SIZE),
|
|
|
#ifdef CONFIG_HAVE_TCM
|
|
|
MLK(DTCM_OFFSET, (unsigned long) dtcm_end),
|
|
|
MLK(ITCM_OFFSET, (unsigned long) itcm_end),
|