diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-28 06:53:42 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-29 20:59:08 +0900 |
commit | 773f5f63dc0db5e39b4782947e761479ecf1bef2 (patch) | |
tree | 3fb5235115187333db99fb517b3285b3a3503852 /include/sysreset.h | |
parent | 4c642e68295604787e59afd7beb52a130728f36d (diff) | |
download | u-boot-imx-773f5f63dc0db5e39b4782947e761479ecf1bef2.zip u-boot-imx-773f5f63dc0db5e39b4782947e761479ecf1bef2.tar.gz u-boot-imx-773f5f63dc0db5e39b4782947e761479ecf1bef2.tar.bz2 |
ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoC
The two arrays ddrphy_{op,ip}_dq_shift_val, occupy more than 3.8 KB
memory footprint, which is significant in SPL.
There are PHY parameters for 5 boards, but they are actually not
board specific, but SoC specific. After all, we just need to have
2 patterns, for LD20 and LD21. Also, the shift values are small
enough to become "short" type instead of "int". This change will
save about 3 KB memory footprint.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/sysreset.h')
0 files changed, 0 insertions, 0 deletions