commit | cddb648bbf0c68c56473144aaa1e2a943c4101c9 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Jan 15 09:53:09 2019 +0000 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Jan 15 09:53:42 2019 +0000 |
tree | d2d68cf37ccc47c1095cc62d6b7baddb596e51cc | |
parent | 4b019673b6cfd08bcb60012b9532cf66ea3b3911 [diff] | |
parent | 424925a4b2e60d2efe7b132ba4bb659de19ba73b [diff] |
Merge pull request #1746 from JoelHutton/jh/hikey Jh/hikey
diff --git a/plat/hisilicon/hikey960/hikey960_def.h b/plat/hisilicon/hikey960/hikey960_def.h index d977c79..4ea3acd 100644 --- a/plat/hisilicon/hikey960/hikey960_def.h +++ b/plat/hisilicon/hikey960/hikey960_def.h
@@ -11,7 +11,7 @@ #include <plat/common/common_def.h> #define DDR_BASE 0x0 -#define DDR_SIZE 0xC0000000 +#define DDR_SIZE 0xE0000000 #define DEVICE_BASE 0xE0000000 #define DEVICE_SIZE 0x20000000
diff --git a/plat/hisilicon/hikey960/include/platform_def.h b/plat/hisilicon/hikey960/include/platform_def.h index 3e2d79d..7c3c102 100644 --- a/plat/hisilicon/hikey960/include/platform_def.h +++ b/plat/hisilicon/hikey960/include/platform_def.h
@@ -122,11 +122,7 @@ #endif #ifdef IMAGE_BL2 -#ifdef SPD_opteed #define MAX_XLAT_TABLES 4 -#else -#define MAX_XLAT_TABLES 3 -#endif #endif #define MAX_MMAP_REGIONS 16