Files
u-boot/arch
Masahiro Yamada 773f5f63dc 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>
2017-01-29 20:59:08 +09:00
..
2016-10-19 09:01:53 +02:00
2017-01-10 08:19:26 -05:00
2016-09-29 15:38:10 +08:00
2016-10-19 09:01:53 +02:00
2016-10-19 09:01:53 +02:00
2016-10-19 09:01:53 +02:00