commit | 08ec77c7fe8b444f464ecba3655deaf272490f83 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Tue Oct 24 14:50:23 2023 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Fri Oct 27 08:31:55 2023 -0500 |
tree | ebe508c832640f02bf1c40d11c54494b11066aa7 | |
parent | f08460dc085283f25fd6b5df792f263ccdf22421 [diff] |
refactor(arm): use gpt_partition_init Current interface partition_init accepts GPT image id and parses the GPT image but doesn't return any error on failure. So use gpt_partition_init which implicitly initialises with GPT image ID and returns a value. Change-Id: I63280aa672388f1f8d9dc377ae13002c9f861f03 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>