diff options
Diffstat (limited to 'include/fsl_errata.h')
-rw-r--r-- | include/fsl_errata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fsl_errata.h b/include/fsl_errata.h index 9f070726acb..c15f9a04848 100644 --- a/include/fsl_errata.h +++ b/include/fsl_errata.h @@ -14,7 +14,6 @@ #include <asm/arch/soc.h> #endif - #ifdef CONFIG_SYS_FSL_ERRATUM_A006379 static inline bool has_erratum_a006379(void) { @@ -62,7 +61,6 @@ static inline bool has_erratum_a008378(void) u32 svr = get_svr(); u32 soc = SVR_SOC_VER(svr); - switch (soc) { #ifdef CONFIG_ARCH_LS1021A case SOC_VER_LS1020: |