From 113c2bc244649430200bf51df7ffd122fd260c24 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Wed, 10 Apr 2019 09:04:42 +0200 Subject: MIPS: remove request_sdram_region "fdt" It is actually not needed at barebox runtime Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- arch/mips/boot/dtb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/mips/boot/dtb.c b/arch/mips/boot/dtb.c index ea30e16f21..5e316270f6 100644 --- a/arch/mips/boot/dtb.c +++ b/arch/mips/boot/dtb.c @@ -29,10 +29,6 @@ void of_add_memory_bank(struct device_node *node, bool dump, int r, if (dump) pr_info("%s: %s: 0x%llx@0x%llx\n", node->name, str, size, base); - - if (glob_fdt && glob_fdt_size) - request_sdram_region("fdt", (resource_size_t)glob_fdt, - glob_fdt_size); } extern char __dtb_start[]; -- cgit v1.2.3