arm: mvebu: turris_mox: support devices with RAM > 1 GB
authorMarek Behún <marek.behun@nic.cz>
Wed, 8 Apr 2020 17:25:20 +0000 (19:25 +0200)
committerStefan Roese <sr@denx.de>
Tue, 14 Apr 2020 11:16:42 +0000 (13:16 +0200)
commit4e9eb04c8d258521f2ec80ad857179f5e362f7fa
tree01873eac9fbd0556f3bc85d0ec0ec64c593b1c1b
parenta129f64fb0f817178955e234c0a4f8b415b38759
arm: mvebu: turris_mox: support devices with RAM > 1 GB

In order to support MOX boards with 2 GB or 4 GB RAM, we use the new
Armada-3700 generic code for memory information structures. This is done
by removing dram_init and dram_init_banksize from turris_mox.c, in order
for the generic, weak definitions to be used.

Also for boards with 4 GB RAM it is needed to increase
CONFIG_NR_DRAM_BANKS to 2 in turris_mox_defconfig.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_mox/turris_mox.c
configs/turris_mox_defconfig