]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_dt_fixup: use fdtdec_get_bool
authorRandolph Sapp <rs@ti.com>
Wed, 22 Apr 2026 17:09:43 +0000 (12:09 -0500)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 5 May 2026 14:29:08 +0000 (16:29 +0200)
commit3ad3243f8a062c0a14adcb645c83f45b55eaeab9
tree36b678d55a25f6fa6681de9da3d088cb1bd2fcf7
parenta2f273100851c10f1a906d7215744b6d8ebbbaa4
efi_dt_fixup: use fdtdec_get_bool

Use the more straightforward fdtdec_get_bool instead of fdt_getprop and
a return code check.

Signed-off-by: Randolph Sapp <rs@ti.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/efi_loader/efi_dt_fixup.c