forked from M-Labs/artiq
runtime: fix KERNELCPU_PAYLOAD_ADDRESS
This commit is contained in:
parent
eec4a2d2d2
commit
ae3a52c49c
|
@ -2,7 +2,7 @@
|
|||
#define __KLOADER_H
|
||||
|
||||
#define KERNELCPU_EXEC_ADDRESS 0x40400000
|
||||
#define KERNELCPU_PAYLOAD_ADDRESS 0x40404000
|
||||
#define KERNELCPU_PAYLOAD_ADDRESS 0x40408000
|
||||
|
||||
extern long long int now;
|
||||
|
||||
|
|
Loading…
Reference in New Issue