mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
include/boot: Rename DIAG308 constants
Add DIAG308_LOAD_NORMAL diag308 subcode (used by FCP/NVMe normal ipl). Rename other diag308_subcode and diag308_rc constants to be in sync with kernel naming. Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
53eccc0a3d
commit
2b7df1fcac
+1
-1
@@ -121,7 +121,7 @@ secure_boot_enabled()
|
||||
rc = pl_hdr->version <= IPL_MAX_SUPPORTED_VERSION &&
|
||||
!!(pl_hdr->flags & IPL_FLAG_SECURE);
|
||||
break;
|
||||
case DIAG308_RC_NO_CONF:
|
||||
case DIAG308_RC_NOCONFIG:
|
||||
rc = 0;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user