On Wed, Mar 12, 2025 at 12:10 PM Peng Fan <[email protected]> wrote:
> Partially right.
> But The issue here is to handle the case that the node
> is created by optee os and uboot should bypass creating it again.
Yes, ths patch is correct.
My question is if we also need to pass
if (!IS_ENABLED(CONFIG_OPTEE))
return 0;
As a separate patch.

