summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 12:29:51 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:12 -0800
commit10343403af4eb15690eb905bd5172331b5cfa40d (patch)
tree405de1de6b110b6f99ef85eb66b93d4dc7210acf /arch/powerpc/cpu/mpc85xx/cpu_init_early.c
parentb41f192b6763948f878e1948770c7305211a2348 (diff)
downloadu-boot-10343403af4eb15690eb905bd5172331b5cfa40d.tar.gz
u-boot-10343403af4eb15690eb905bd5172331b5cfa40d.tar.xz
u-boot-10343403af4eb15690eb905bd5172331b5cfa40d.zip
powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500
Replace CONFIG_QEMU_E500 with ARCH_QEMU_E500 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/cpu_init_early.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/cpu_init_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init_early.c b/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
index aa519b03fe..345d693ec4 100644
--- a/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
+++ b/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
@@ -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.