]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/cpu.c
powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / cpu.c
index 268429b897ab83f2dd59531b018b566bfffa16ea..d180c7392994cedc6b52c0d9a57b397adfed87f8 100644 (file)
@@ -404,7 +404,7 @@ void mpc85xx_reginfo(void)
 phys_size_t initdram(int board_type)
 {
 #if defined(CONFIG_SPD_EEPROM) || defined(CONFIG_DDR_SPD) || \
-       defined(CONFIG_QEMU_E500)
+       defined(CONFIG_ARCH_QEMU_E500)
        return fsl_ddr_sdram_size();
 #else
        return (phys_size_t)CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;