From ae3a52c49c206df85bfc66f4ca2cb839a97c7a25 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 28 Jul 2015 02:12:14 +0800 Subject: [PATCH] runtime: fix KERNELCPU_PAYLOAD_ADDRESS --- soc/runtime/kloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/runtime/kloader.h b/soc/runtime/kloader.h index 098a740b7..ceefbc89d 100644 --- a/soc/runtime/kloader.h +++ b/soc/runtime/kloader.h @@ -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;