Commit 3d8a66cc authored by Stephen Rothwell's avatar Stephen Rothwell

ppc64 iSeries: Don't create linux,boot-cpu

This is obsolete.
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 95b29380
......@@ -953,9 +953,6 @@ void dt_cpus(struct iseries_flat_dt *dt)
dt_prop_u32(dt, "reg", i);
if (dt->header.boot_cpuid_phys == i)
dt_prop_empty(dt, "linux,boot-cpu");
dt_end_node(dt);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment