aboutsummaryrefslogtreecommitdiff
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2021-04-12 01:04:53 +0100
committerTom Rini <trini@konsulko.com>2021-04-20 07:31:12 -0400
commitff47d539f28bcae15bc680d2e32fec6cc9551eb4 (patch)
treec55c1e380212caad415722edbd4727d4e2dc5860 /include/configs/highbank.h
parentdebb07bf107a9feb3cbf03db6b10abae466e4d41 (diff)
downloadu-boot-ff47d539f28bcae15bc680d2e32fec6cc9551eb4.zip
u-boot-ff47d539f28bcae15bc680d2e32fec6cc9551eb4.tar.gz
u-boot-ff47d539f28bcae15bc680d2e32fec6cc9551eb4.tar.bz2
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 <andre.przywara@arm.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index fbd26dd..ff92c4f 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -39,12 +39,6 @@
#define CONFIG_SYS_LOAD_ADDR 0x800000
#define CONFIG_SYS_64BIT_LBA
-/*-----------------------------------------------------------------------
- * Physical Memory Map
- * The DRAM is already setup, so do not touch the DT node later.
- */
-#define PHYS_SDRAM_1_SIZE (4089 << 20)
-
/* Environment data setup
*/
#define CONFIG_SYS_NVRAM_BASE_ADDR 0xfff88000 /* NVRAM base address */