Files
u-boot/arch
Patrick Bruenn 55e83d2e36 arm: imx: mx53loco: 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().

Reused dram initialization functions from arch/arm/mach-imx/mx5/mx53_dram.c

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
2018-02-04 12:00:58 +01:00
..
2018-01-26 07:46:47 -05:00
2017-11-30 10:04:21 +08:00
2018-01-15 11:35:38 -05:00
2017-10-02 21:52:21 -04:00
2018-01-30 22:34:38 +08:00
2017-10-02 21:52:22 -04:00