mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-02-12 13:48:23 +00:00
hikey: Fix DDR_SIZE
Signed-off-by: Victor Chong <victor.chong@linaro.org>
This commit is contained in:
parent
ca5ba394ca
commit
5c0c20ce31
@ -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…
x
Reference in New Issue
Block a user