RE: [PATCH] arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabled

2021-03-22 Thread Tan, Ley Foon
Yau Wai ; Lim, Elly Siew Chin > > Subject: [PATCH] arm: socfpga: Only do 'is OS booted from FIT' checking > when VAB is enabled > > Check CONFIG_SOCFPGA_SECURE_VAB_AUTH before perform 'is OS booted > from FIT' > checking in board_prep_linux function

[PATCH] arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabled

2021-03-22 Thread Siew Chin Lim
Check CONFIG_SOCFPGA_SECURE_VAB_AUTH before perform 'is OS booted from FIT' checking in board_prep_linux function. And, fix typo of CONFIG_SOCFPGA_SECURE_VAB_AUTH_ALLOW_NON_FIT_IMAGE. CONFIG_FIT will be enabled in both ATF and VAB boot flow, thus, board_prep_linux function will always be called by