efi_loader: incorrect check against FDT_ADDR_T_NONE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jun 2020 12:12:43 +0000 (14:12 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jun 2020 12:16:20 +0000 (14:16 +0200)
commit039d4f50e4894fc5176d4913e68fb8d6a38571cf
tree16f6b5944f357c5b8eeb04fa96fc513f21e27f63
parente4c1c48eebd072b2fa6f27fd9b7baa731350ebe8
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>
cmd/bootefi.c