armv8: fsl-layerscape: Avoid LS1043A specifc defines
[oweals/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / fsl_serdes.h
index e1043b5a5fd4013b0a44328325ff67f62e8aa7f5..c4fb7c9a4755de095ec0e2e7dc3a15672be5db2f 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <config.h>
 
-#if defined(CONFIG_LS2085A)
+#ifdef CONFIG_LS2080A
 enum srds_prtcl {
        NONE = 0,
        PCIE1,
@@ -55,7 +55,7 @@ enum srds {
        FSL_SRDS_1  = 0,
        FSL_SRDS_2  = 1,
 };
-#elif defined(CONFIG_LS1043A)
+#elif defined(CONFIG_FSL_LSCH2)
 enum srds_prtcl {
        NONE = 0,
        PCIE1,