hikey: Fix DDR_SIZE

Signed-off-by: Victor Chong <victor.chong@linaro.org>
This commit is contained in:
Victor Chong 2017-07-12 16:27:51 +09:00
parent ca5ba394ca
commit 5c0c20ce31
1 changed files with 1 additions and 1 deletions

View File

@ -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