commit | dff9043ef785310e1d1ecbe2f3fe61ac43f07d81 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:35 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | f6b0c31e3a8dc7bc4eb219c928c9b27a39fc9a90 | |
parent | c0bd55e63c59a965c25a3e6a84aea416f3ba46c0 [diff] |
spl: Use the correct FIT_..._PROP constants Rather than open-coding the property names, use the existing constants provided for this purpose. This better aligns the simple-FIT code with the full FIT implementation. Signed-off-by: Simon Glass <sjg@chromium.org>