Commit 5c0c20ce authored by Victor Chong's avatar Victor Chong
Browse files

hikey: Fix DDR_SIZE


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
parent ca5ba394
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment