coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
[coreboot.git] / src / cpu / simple_init / simple_cpu_init.c
index e0a80c6820ed351aff27b1d568c555e2f109f767..2138497a045b0e92c001f8465c0c3ccc8042148d 100644 (file)
@@ -17,7 +17,7 @@ void initialize_cpus(struct bus *cpu_bus)
        
        /* Get the device path of the boot cpu */
        cpu_path.type = DEVICE_PATH_CPU;
-       cpu_path.u.cpu.id = 0;
+       cpu_path.cpu.id = 0;
 
        /* Find the device struct for the boot cpu */
        info->cpu = alloc_find_dev(cpu_bus, &cpu_path);