From: Piotr Dymacz Date: Sun, 18 Sep 2016 16:57:30 +0000 (+0200) Subject: Small optimization in ap143.h X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2bd0c324b6bd8456624ef586ff7d0358f7a68274;p=oweals%2Fu-boot_mod.git Small optimization in ap143.h --- 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