commit | 3615e749632fc524ebc78d8bdd869c7c4ee39c73 | [log] [tgz] |
---|---|---|
author | Manorit Chawdhry <m-chawdhry@ti.com> | Tue Jul 25 13:09:22 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 28 10:11:01 2023 -0400 |
tree | 847f5eda493116c030c32cf92067288c66087399 | |
parent | 6c870991de1964c2fc3998a824bc9df55e447cde [diff] |
mach-k3: security: improve the checks around authentication The following checks are more reasonable as the previous logs were a bit misleading as we could still get the logs that the authetication is being skipped but still authenticate. Move the debug prints and checks to proper locations. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>