Skip to content
Snippets Groups Projects
Commit 773f5f63 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4c642e68
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment