commit | 2354daaf3946b5d0eefc8c8c87b007b480680df5 | [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 | 035ab46e3930c8142cae881e08923043632faa51 [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>