Skip to content

Commit ae3a52c

Browse files
committedJul 27, 2015
runtime: fix KERNELCPU_PAYLOAD_ADDRESS
·
8.00.1
1 parent eec4a2d commit ae3a52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎soc/runtime/kloader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define __KLOADER_H
33

44
#define KERNELCPU_EXEC_ADDRESS 0x40400000
5-
#define KERNELCPU_PAYLOAD_ADDRESS 0x40404000
5+
#define KERNELCPU_PAYLOAD_ADDRESS 0x40408000
66

77
extern long long int now;
88

0 commit comments

Comments
 (0)
Please sign in to comment.