summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2019-04-10 09:04:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-23 10:32:06 +0200
commit113c2bc244649430200bf51df7ffd122fd260c24 (patch)
tree51afa1b1094fae6a5c2568444d95775963a97b7b
parent2eecaafe20ff832e33e0a9a06f225e4d5f1acae5 (diff)
downloadbarebox-113c2bc244649430200bf51df7ffd122fd260c24.tar.gz
barebox-113c2bc244649430200bf51df7ffd122fd260c24.tar.xz
MIPS: remove request_sdram_region "fdt"
It is actually not needed at barebox runtime Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/mips/boot/dtb.c4
1 files changed, 0 insertions, 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[];