diff options
author | Patrick Bruenn <p.bruenn@beckhoff.com> | 2018-01-16 07:59:04 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | 55e83d2e3614080439e9e93323c05aae053e9b69 (patch) | |
tree | 791a9bd798160b7e3e3bf0374fa944d8cab34e7b /board/freescale/bsc9131rdb | |
parent | 9d9baacb90492e1a6dc4f88732f6641163aa9c12 (diff) | |
download | u-boot-55e83d2e3614080439e9e93323c05aae053e9b69.tar.gz |
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>
Diffstat (limited to 'board/freescale/bsc9131rdb')
0 files changed, 0 insertions, 0 deletions