]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
uniphier: shrink UNIPHIER_ROM_REGION_SIZE
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 6 Mar 2020 11:11:23 +0000 (20:11 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 6 Mar 2020 11:13:40 +0000 (20:13 +0900)
Currently, the ROM region is needlessly too large.

The on-chip SRAM region of the next SoC will start from 0x04000000,
and this will cause the region overlap.

Mapping 0x04000000 for the ROM is enough.

Change-Id: I85ce0bb1120ebff2e3bc7fd13dc0fd15dfff5ff6
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
plat/socionext/uniphier/uniphier_io_storage.c

index e89c8358c25f8b38105b81ad66daa17dfadc0d58..77d1eaf00c35cd10c28d6dfe39c9d992877a9a08 100644 (file)
@@ -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