commit | fb0fd32a4d0337dc107cea52247029ed5cc6a4c2 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Jul 15 12:08:06 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Jul 26 01:28:10 2024 +0200 |
tree | fd372c21fdf7a366963b7a87af4f3e185b798f82 | |
parent | 1a2df137aad97d0021ccbf4be5497414159babbd [diff] |
soc: qcom: cmd-db: adjust for U-Boot API Keep the header pointer in the .data section so we don't initialize it again after relocation, adjust cmd_db_get_header() to work with the U-Boot API, and skip validating the header since all cmd-db users are children of the rpmh-rsc and those children will only probe if cmd-db initializes successfully. Acked-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>