Hi Henry, On 07/09/2022 10:36, Henry Wang wrote: > > At the boot time, it is saner to stop booting early if an error occurs > when parsing the device tree chosen node, rather than seeing random > behavior afterwards. Therefore, this commit changes the return type of > the process_chosen_node() from void to int, and return correct errno > based on the error type. > > Signed-off-by: Henry Wang <henry.w...@arm.com>
Reviewed-by: Michal Orzel <michal.or...@amd.com> ~Michal