]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_errata.h
efi_loader: use __always_inline for pixel conversion
[u-boot] / include / fsl_errata.h
index 8441f91029cc7ede239df7269d89787f717c518c..89051aa7412a6d233cdd9b7d958e681b296487b3 100644 (file)
@@ -10,7 +10,7 @@
 #include <common.h>
 #if defined(CONFIG_PPC)
 #include <asm/processor.h>
-#elif defined(CONFIG_LS102XA)
+#elif defined(CONFIG_ARCH_LS1021A)
 #include <asm/arch-ls102xa/immap_ls102xa.h>
 #elif defined(CONFIG_FSL_LAYERSCAPE)
 #include <asm/arch/soc.h>
@@ -66,7 +66,7 @@ static inline bool has_erratum_a008378(void)
 
 
        switch (soc) {
-#ifdef CONFIG_LS102XA
+#ifdef CONFIG_ARCH_LS1021A
        case SOC_VER_LS1020:
        case SOC_VER_LS1021:
        case SOC_VER_LS1022: