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:
committed by
Adrien Destugues
parent
2ba49c8804
commit
82d287ddcb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user