Allow to set custom DTB/OS_CALL addresses
Setting those from command line during compilation allows to create a custom setup without the need of modifying the sources.
This commit is contained in:
parent
c8280a9a88
commit
e76435c6c6
|
@ -3,7 +3,13 @@
|
|||
|
||||
//#define QEMU
|
||||
#define SIM
|
||||
|
||||
#ifndef OS_CALL
|
||||
#define OS_CALL 0xC0000000
|
||||
#endif
|
||||
|
||||
#ifndef DTB
|
||||
#define DTB 0xC3000000
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue