commit | 701544211b6aac19bd7b190ab1b4e5252f8054c1 | [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 | 20431cfc9b31e836ef90aa8ee752fd06ff5484a5 [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>