From 5c0c20ce31d705b6fa3ee1fc4d6a0560d2a060a1 Mon Sep 17 00:00:00 2001 From: Victor Chong Date: Wed, 12 Jul 2017 16:27:51 +0900 Subject: [PATCH] hikey: Fix DDR_SIZE Signed-off-by: Victor Chong --- plat/hisilicon/hikey/hikey_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/hisilicon/hikey/hikey_def.h b/plat/hisilicon/hikey/hikey_def.h index 28ff553de..410711b38 100644 --- a/plat/hisilicon/hikey/hikey_def.h +++ b/plat/hisilicon/hikey/hikey_def.h @@ -12,7 +12,7 @@ /* Always assume DDR is 1GB size. */ #define DDR_BASE 0x0 -#define DDR_SIZE 0x80000000 +#define DDR_SIZE 0x40000000 #define DEVICE_BASE 0xF4000000 #define DEVICE_SIZE 0x05800000 -- GitLab