]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_usb.h
powerpc/mpc85xx:Put errata number for T104x NAND boot issue
[u-boot] / include / fsl_usb.h
index 66f893458880a38f11ec8a6a255e120933641dad..e4902aac96d2bd102e73d0cb3581a2ed03e35953 100644 (file)
@@ -139,6 +139,12 @@ static inline bool has_erratum_a007075(void)
        }
        return false;
 }
+
+static inline bool has_erratum_a007798(void)
+{
+       return SVR_SOC_VER(get_svr()) == SVR_T4240 &&
+               IS_SVR_REV(get_svr(), 2, 0);
+}
 #else
 static inline bool has_erratum_a006261(void)
 {
@@ -150,5 +156,10 @@ static inline bool has_erratum_a007075(void)
        return false;
 }
 
+static inline bool has_erratum_a007798(void)
+{
+       return false;
+}
+
 #endif
 #endif /*_ASM_FSL_USB_H_ */