Reserve 8MB space for kernel before RAM_loader

...so that kernel does not overwrite the loader.

Signed-off-by: Adrien Destugues <[email protected]>

Fixes #11067.
This commit is contained in:
Arvind S Raj
2014-08-08 17:39:33 +02:00
committed by Adrien Destugues
parent 2ba49c8804
commit 82d287ddcb
5 changed files with 43 additions and 24 deletions
+2
View File
@@ -24,6 +24,8 @@
#define __PLATFORM_OMAP3_H
#define SDRAM_BASE 0x80000000
// Offset of stack top defined with respect to SDRAM_BASE
#define KSTACK_TOP 0x27fffff
#define VECT_BASE 0x00000000
#define VECT_SIZE 0x1000