Browse Source

hikey: Fix DDR_SIZE

Signed-off-by: Victor Chong <victor.chong@linaro.org>
pull/1028/head
Victor Chong 7 years ago
parent
commit
5c0c20ce31
  1. 2
      plat/hisilicon/hikey/hikey_def.h

2
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

Loading…
Cancel
Save