9
0
Fork 0

ARM bootm: Use of_get_fixed_tree

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-02-17 19:36:23 +01:00
parent b50c00a61d
commit 04bd477ee4
1 changed files with 1 additions and 7 deletions

View File

@ -181,13 +181,7 @@ static int do_bootz_linux_fdt(int fd, struct image_data *data)
}
if (IS_BUILTIN(CONFIG_OFTREE)) {
fdt_open_into(oftree, oftree, end + 0x8000);
ret = of_fix_tree(oftree);
if (ret)
return ret;
data->oftree = oftree;
data->oftree = of_get_fixed_tree(oftree);
}
pr_info("zImage: concatenated oftree detected\n");