]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: ti_sci: Add comment explaining the is_secure code
authorDhruva Gole <d-gole@ti.com>
Tue, 30 Jan 2024 15:00:00 +0000 (20:30 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 6 Feb 2024 21:31:06 +0000 (16:31 -0500)
commitc59720c5f4c592688d2899b352f446703c968666
tree28bf6997a89ecee56bdc8062fe65216e18d58b32
parent0c4e36d65f6c25e5016235cc3f1e97c8d237f416
firmware: ti_sci: Add comment explaining the is_secure code

Add a comment to explain the code under is_secure condition of
ti_sci_do_xfer. This will help avoid confusion amongst people who may in
future touch upon this code.

Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Dhruva Gole <d-gole@ti.com>
drivers/firmware/ti_sci.c