commit | 8bec61e222cba20c472a14356d29aa86b468722f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 30 14:12:43 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 30 14:16:20 2020 +0200 |
tree | 16f6b5944f357c5b8eeb04fa96fc513f21e27f63 | |
parent | 563e552054dbeae1cb6e817459d9f55dd768496f [diff] |
efi_loader: incorrect check against FDT_ADDR_T_NONE With commit 0d7c2913fdf7 ("cmd: bootefi: Honor the address & size cells properties correctly") addr was replaced by fdt_addr. But not in the check against FDT_ADDR_T_NONE. Fixes: 0d7c2913fdf7 ("cmd: bootefi: Honor the address & size cells properties correctly") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>