more ifdef -> if fixes
[coreboot.git] / src / include / cpu / x86 / mtrr.h
index 5f0a8f2e4a1dd5c7f550478d0ded36e9a9598fdf..44a2223738061017489119e8d7ae42ceb5fde2b4 100644 (file)
@@ -69,7 +69,7 @@ void x86_setup_fixed_mtrrs(void);
 
 #if !defined (__ASSEMBLER__)
 #if defined(CONFIG_XIP_ROM_SIZE)
-# if defined(CONFIG_TINY_BOOTBLOCK) && CONFIG_TINY_BOOTBLOCK
+# if CONFIG_TINY_BOOTBLOCK
    extern unsigned long AUTO_XIP_ROM_BASE;
 #  define REAL_XIP_ROM_BASE AUTO_XIP_ROM_BASE
 # else