]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Use the correct FIT_..._PROP constants
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:35 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit2354daaf3946b5d0eefc8c8c87b007b480680df5
treef6b0c31e3a8dc7bc4eb219c928c9b27a39fc9a90
parent035ab46e3930c8142cae881e08923043632faa51
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>
common/spl/spl_fit.c