diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-03-09 09:25:11 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-03-09 09:25:11 +0000 |
commit | a1463c8e671654a6ca17718e93e7cb50f4dd080e (patch) | |
tree | b1f94ee3e4657f57a26ab6e9f5e4a8483852869b /plat | |
parent | 366d95f9de5461168ac7f3f2789477ed91279c6a (diff) | |
parent | 548654bc0313019ad9c6141734af0ef01b659163 (diff) | |
download | platform_external_arm-trusted-firmware-a1463c8e671654a6ca17718e93e7cb50f4dd080e.tar.gz platform_external_arm-trusted-firmware-a1463c8e671654a6ca17718e93e7cb50f4dd080e.tar.bz2 platform_external_arm-trusted-firmware-a1463c8e671654a6ca17718e93e7cb50f4dd080e.zip |
Merge "uniphier: shrink UNIPHIER_ROM_REGION_SIZE" into integration
Diffstat (limited to 'plat')
-rw-r--r-- | plat/socionext/uniphier/uniphier_io_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/socionext/uniphier/uniphier_io_storage.c b/plat/socionext/uniphier/uniphier_io_storage.c index e89c8358c..77d1eaf00 100644 --- a/plat/socionext/uniphier/uniphier_io_storage.c +++ b/plat/socionext/uniphier/uniphier_io_storage.c @@ -21,7 +21,7 @@ #include "uniphier.h" #define UNIPHIER_ROM_REGION_BASE 0x00000000ULL -#define UNIPHIER_ROM_REGION_SIZE 0x10000000ULL +#define UNIPHIER_ROM_REGION_SIZE 0x04000000ULL #define UNIPHIER_OCM_REGION_SIZE 0x00040000ULL |