summaryrefslogtreecommitdiffstats
path: root/include/bootm.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-06-06 08:50:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-15 08:33:20 +0200
commited13dd918d597afd5bcce30d4dce66174435af55 (patch)
tree85de2dad476be26e8f705b2284675defa05456cf /include/bootm.h
parent720072d0ef6dca3415d3dd445d461dcad0e111cd (diff)
downloadbarebox-ed13dd918d597afd5bcce30d4dce66174435af55.tar.gz
barebox-ed13dd918d597afd5bcce30d4dce66174435af55.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'include/bootm.h')
-rw-r--r--include/bootm.h1
1 files changed, 0 insertions, 1 deletions
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;
/*