summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-05-04 22:15:30 +0100
committerHans de Goede <hdegoede@redhat.com>2016-05-25 17:52:39 +0200
commit087504958a6c509b95e2967d7f78883728cf7b05 (patch)
treeebc93bbf676727439a9e27c3ebf206ded6348110 /board/sunxi
parent28d68045cc9f146a8c4aa2c8921eb95330ccc754 (diff)
downloadtalos-obmc-uboot-087504958a6c509b95e2967d7f78883728cf7b05.tar.gz
talos-obmc-uboot-087504958a6c509b95e2967d7f78883728cf7b05.zip
Revert "sunxi: Reserve ATF memory space on A64"
The ARM Trusted Firmware (ATF) code now lives in SRAM on the Pine64/A64, so we can claim the whole of DRAM for OS use. This reverts commit 3ffe39ed2b66af71c7271d0cef2a248b5bf7dfdb. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/board.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c
index 103aafe14d..d09cf6dfb5 100644
--- a/board/sunxi/board.c
+++ b/board/sunxi/board.c
@@ -133,15 +133,6 @@ int dram_init(void)
return 0;
}
-#ifdef CONFIG_MACH_SUN50I
-void dram_init_banksize(void)
-{
- /* We need to reserve the first 16MB of RAM for ATF */
- gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE + (16 * 1024 * 1024);
- gd->bd->bi_dram[0].size = get_effective_memsize() - (16 * 1024 * 1024);
-}
-#endif
-
#if defined(CONFIG_NAND_SUNXI) && defined(CONFIG_SPL_BUILD)
static void nand_pinmux_setup(void)
{
OpenPOWER on IntegriCloud