powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / cpu_init_early.c
index aa519b0..345d693 100644 (file)
@@ -97,7 +97,7 @@ void cpu_init_early_f(void *fdt)
 
        /* gd area was zeroed during startup */
 
-#ifdef CONFIG_QEMU_E500
+#ifdef CONFIG_ARCH_QEMU_E500
        /*
         * CONFIG_SYS_CCSRBAR_PHYS below may use gd->fdt_blob on ePAPR systems,
         * so we need to populate it before it accesses it.