commit | 548654bc0313019ad9c6141734af0ef01b659163 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 06 20:11:23 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 06 20:13:40 2020 +0900 |
tree | 9a0c121979c89d35bc24ce2447b0da125be05bb0 | |
parent | 6e46981f841a5477700485f78956f1ec3c1c1f48 [diff] |
uniphier: shrink UNIPHIER_ROM_REGION_SIZE 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>