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

Commit 6b5825eb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Print device tree model string during boot"

parents 8fe6cae8 4307cc9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -265,6 +265,8 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys)
	}

	machine_name = of_flat_dt_get_machine_name();
	if (machine_name)
		pr_info("Machine: %s\n", machine_name);
}

/*