From: Piotr Dymacz Date: Fri, 13 Nov 2015 01:56:12 +0000 (+0100) Subject: Add forgotten define name change in soc_common.h X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4fd860cdf23c31480db1771f4485c7e988a21d65;p=oweals%2Fu-boot_mod.git Add forgotten define name change in soc_common.h --- diff --git a/u-boot/include/soc/soc_common.h b/u-boot/include/soc/soc_common.h index 17284cf..ec6aecc 100644 --- a/u-boot/include/soc/soc_common.h +++ b/u-boot/include/soc/soc_common.h @@ -83,7 +83,7 @@ /* * Useful clock variables */ -#define CLK_40MHz (40 * 1000 * 1000) -#define CLK_25MHz (25 * 1000 * 1000) +#define VAL_40MHz (40 * 1000 * 1000) +#define VAL_25MHz (25 * 1000 * 1000) #endif /* _SOC_COMMON_H_ */