Files
u-boot/board
Patrick Bruenn a75a3ef305 arm: imx: cx9020: remove usage of mx53_dram_size
Static variables are not available during board_init_f().
'static uint32_t mx53_dram_size[2];' was used in board specific
dram_init(), dram_init_banksize() and get_effective_memsize() to avoid
multiple calls to get_ram_size().

However multiple calls are better than undefined behavior...
This fixes:
https://lists.denx.de/pipermail/u-boot/2017-November/313214.html
https://lists.denx.de/pipermail/u-boot/2017-December/314480.html

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
2018-02-04 12:00:58 +01:00
..
2017-08-16 08:22:18 -04:00
2017-08-16 08:22:18 -04:00
2018-01-28 12:27:32 -05:00
2017-10-16 09:42:51 -04:00
2018-02-04 12:00:58 +01:00
2017-11-29 22:36:59 -05:00
2017-10-16 09:42:51 -04:00
2017-08-16 08:22:18 -04:00
2017-08-16 08:30:24 -04:00