commit | 1a2df137aad97d0021ccbf4be5497414159babbd | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Jul 15 12:08:05 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Jul 26 01:28:10 2024 +0200 |
tree | d161439117561501ad1fe57beb6f0661d228d32e | |
parent | bb991ab7a9bb0d070728fd5c9876f84cbe8bd325 [diff] |
soc: qcom: cmd-db: adjust probe for U-Boot Integrate cmd-db into the U-Boot driver model. This is just a wrapper around an in-memory database, so we just need to get the address and validate that cmd-db is there. Since cmd_db_header will be stored in the .data section we can skip bind if it's already set. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>