From ed13dd918d597afd5bcce30d4dce66174435af55 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 6 Jun 2018 08:50:44 +0200 Subject: bootm: Drop data->oftree It's no longer necessary to store the devicetree pointer in struct image_data, it can be replaced with a local variable. Signed-off-by: Sascha Hauer --- include/bootm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/bootm.h') diff --git a/include/bootm.h b/include/bootm.h index 62951d6058..03779772c4 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -78,7 +78,6 @@ struct image_data { void *fit_config; struct device_node *of_root_node; - struct fdt_header *oftree; struct resource *oftree_res; /* -- cgit v1.2.3