From 2bd0c324b6bd8456624ef586ff7d0358f7a68274 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 18 Sep 2016 18:57:30 +0200 Subject: [PATCH] Small optimization in ap143.h --- u-boot/include/configs/ap143.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/u-boot/include/configs/ap143.h b/u-boot/include/configs/ap143.h index ad5eaf8..60ee441 100644 --- a/u-boot/include/configs/ap143.h +++ b/u-boot/include/configs/ap143.h @@ -276,12 +276,7 @@ defined(CONFIG_FOR_TPLINK_WR802N) ||\ defined(CONFIG_FOR_TPLINK_WR841N_V9) #define CONFIG_QCA_PLL QCA_PLL_PRESET_550_400_200 -#elif defined(CONFIG_FOR_COMFAST_CF_E314N) ||\ - defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\ - defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N) ||\ - defined(CONFIG_FOR_WALLYS_DR531) ||\ - defined(CONFIG_FOR_YUNCORE_AP90Q) ||\ - defined(CONFIG_FOR_ZBTLINK_ZBT_WE1526) +#else #define CONFIG_QCA_PLL QCA_PLL_PRESET_650_400_200 #endif -- 2.25.1