From c1f9fc2ae475c4960cb6db45180b657bfb0ed7b4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 15 Apr 2015 14:11:12 +0800 Subject: [PATCH] runtime: update mailbox address --- soc/runtime/mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/runtime/mailbox.c b/soc/runtime/mailbox.c index 00d87a62f..df0960302 100644 --- a/soc/runtime/mailbox.c +++ b/soc/runtime/mailbox.c @@ -5,7 +5,7 @@ #include "mailbox.h" -#define KERNELCPU_MAILBOX MMPTR(0xd0000000) +#define KERNELCPU_MAILBOX MMPTR(0xf0000000) static unsigned int last_transmission;