From: Piotr Dymacz Date: Sun, 21 Feb 2016 09:18:09 +0000 (+0100) Subject: Don't use dash in defines X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=83a4c4ad2bb957954392fce5af4f3275b131e470;p=oweals%2Fu-boot_mod.git Don't use dash in defines --- diff --git a/u-boot/include/soc/qca_soc_common.h b/u-boot/include/soc/qca_soc_common.h index 2d286df..60010e7 100644 --- a/u-boot/include/soc/qca_soc_common.h +++ b/u-boot/include/soc/qca_soc_common.h @@ -463,8 +463,8 @@ #define QCA_GPIO_FUNC_2_LNA_ON28_MASK (1 << QCA_GPIO_FUNC_2_LNA_ON28_SHIFT) #define QCA_GPIO_FUNC_2_SLIC_EN_SHIFT 13 #define QCA_GPIO_FUNC_2_SLIC_EN_MASK (1 << QCA_GPIO_FUNC_2_SLIC_EN_SHIFT) - #define QCA_GPIO_FUNC_2_SLIC_ON18-22_SHIFT 14 - #define QCA_GPIO_FUNC_2_SLIC_ON18-22_MASK (1 << QCA_GPIO_FUNC_2_SLIC_ON18-22_SHIFT) + #define QCA_GPIO_FUNC_2_SLIC_ON18_22_SHIFT 14 + #define QCA_GPIO_FUNC_2_SLIC_ON18_22_MASK (1 << QCA_GPIO_FUNC_2_SLIC_ON18_22_SHIFT) #define QCA_GPIO_FUNC_2_SLIC_DIO_MUX_EN_SHIFT 15 #define QCA_GPIO_FUNC_2_SLIC_DIO_MUX_EN_MASK (1 << QCA_GPIO_FUNC_2_SLIC_DIO_MUX_EN_SHIFT) #define QCA_GPIO_FUNC_2_MDIO_SLAVE_ADDR_SHIFT 16