commit | 2bac099d77df5d2a8c60e6d10205dfbbf756718b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 07 11:30:45 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 11 20:10:59 2025 -0600 |
tree | 57feeaac6cda63e069eb957ef575e174d84fdf2e | |
parent | ffbfeaceb67f6837b7af27040988a4077c3566c4 [diff] |
test: Update fdt_overlay test to use fdtdec functions Use the helpers provided for this purpose, rather than different ones in this particular test. Leave fdt_getprop_str() alone as it seems to have more value. Signed-off-by: Simon Glass <sjg@chromium.org>