diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2021-01-20 10:46:53 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-17 19:46:43 -0500 |
commit | 9e9aa0b473a3217796e7d76a51004af2f42161fd (patch) | |
tree | 2e3eb4e50e4395c2d4e21510baaed88f9584b805 /drivers/i2c | |
parent | e4928270a4ab758ecfe54c9b296a00470fdee335 (diff) |
spl: fit: Only look up FIT configuration node once
The configuration node a sub node under "/configurations", which
describes the components to load from "/images". We only need to
locate this node once.
However, for each component, spl_fit_get_image_name() would parse the
FIT image, looking for the correct node. Such work duplication is not
necessary. Instead, once the node is found, cache it, and re-use it.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/i2c')
0 files changed, 0 insertions, 0 deletions