Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50bcfec1 authored by Anton Blanchard's avatar Anton Blanchard Committed by Paul Mackerras
Browse files

[PATCH] ppc64: Remove debug boot message



We have been printing the raw ppc64_firmware_features during boot. Since
we can work it out from the device tree, lets remove it.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 8acb888c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -307,8 +307,6 @@ static void __init fw_feature_init(void)

	of_node_put(dn);
no_rtas:
	printk(KERN_INFO "firmware_features = 0x%lx\n", 
	       ppc64_firmware_features);

	DBG(" <- fw_feature_init()\n");
}