]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/fsl_secure_boot.h
ls1088ardb: Add SD Secure boot target support
[people/ms/u-boot.git] / arch / arm / include / asm / fsl_secure_boot.h
index ec6463dbb86c0e4cda097aed4e4120424f5a9be8..3f30470fffe2edab6d86a250cb3f2c21e7081e50 100644 (file)
 
 #define CONFIG_KEY_REVOCATION
 
+#if defined(CONFIG_FSL_LAYERSCAPE)
+/*
+ * For fsl layerscape based platforms, ESBC image Address in Header
+ * is 64 bit.
+ */
+#define CONFIG_ESBC_ADDR_64BIT
+#endif
+
 #ifndef CONFIG_SPL_BUILD
 #ifndef CONFIG_SYS_RAMBOOT
 /* The key used for verification of next level images
 
 #endif
 
-#if defined(CONFIG_FSL_LAYERSCAPE)
-/*
- * For fsl layerscape based platforms, ESBC image Address in Header
- * is 64 bit.
- */
-#define CONFIG_ESBC_ADDR_64BIT
-#endif
-
 #ifdef CONFIG_ARCH_LS2080A
 #define CONFIG_EXTRA_ENV \
        "setenv fdt_high 0xa0000000;"   \