]> Git Repo - u-boot.git/commit
arm: highbank: Remove artificial SDRAM size
authorAndre Przywara <[email protected]>
Mon, 12 Apr 2021 00:04:53 +0000 (01:04 +0100)
committerTom Rini <[email protected]>
Tue, 20 Apr 2021 11:31:12 +0000 (07:31 -0400)
commitff47d539f28bcae15bc680d2e32fec6cc9551eb4
treec55c1e380212caad415722edbd4727d4e2dc5860
parentdebb07bf107a9feb3cbf03db6b10abae466e4d41
arm: highbank: Remove artificial SDRAM size

So far we were defining a somewhat confusing PHYS_SDRAM_1_SIZE variable,
which originally was only used for setting the memtest boundaries. This
definition in highbank.h has been removed about a year ago (moved to
Kconfig), so we also don't need the hard-coded size definition any longer.

Get rid of the misleading memory size definition, which was actually wrong
anyway (it's 4088 MB for those machines with just 4GB of DRAM).

Signed-off-by: Andre Przywara <[email protected]>
include/configs/highbank.h
This page took 0.033789 seconds and 4 git commands to generate.