feat: make IBRS_FW blue instead of green

This commit is contained in:
Stéphane Lesimple 2018-04-16 09:07:54 +02:00
parent 223f5028df
commit a6f4475cee
1 changed files with 1 additions and 1 deletions

View File

@ -2119,7 +2119,7 @@ check_variant2_linux()
case "$ibrs_enabled" in
0)
if [ "$ibrs_fw_enabled" = 1 ]; then
pstatus green YES "for firmware code"
pstatus blue YES "for firmware code only"
else
pstatus yellow NO
fi