|
@@ -127,7 +127,7 @@ int __init early_init_dt_scan_opal(unsigned long node,
|
|
|
|
|
|
if (of_flat_dt_is_compatible(node, "ibm,opal-v3")) {
|
|
|
powerpc_firmware_features |= FW_FEATURE_OPAL;
|
|
|
- pr_info("OPAL detected !\n");
|
|
|
+ pr_debug("OPAL detected !\n");
|
|
|
} else {
|
|
|
panic("OPAL != V3 detected, no longer supported.\n");
|
|
|
}
|