]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/fsl_secure_boot.h
PPC 85xx: Add qemu-ppce500 machine
[u-boot] / arch / powerpc / include / asm / fsl_secure_boot.h
index c36f3c388ae6481f73922c7bc60ae41074e82ad6..4c7f0b1caeea36432e87a266d2b698202beac685 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef __FSL_SECURE_BOOT_H
 #define __FSL_SECURE_BOOT_H
 
+#ifdef CONFIG_SECURE_BOOT
 #if defined(CONFIG_FSL_CORENET)
 #define CONFIG_SYS_PBI_FLASH_BASE              0xc0000000
 #else
@@ -15,3 +16,4 @@
 #define CONFIG_SYS_PBI_FLASH_WINDOW            0xcff80000
 
 #endif
+#endif