From 4fd860cdf23c31480db1771f4485c7e988a21d65 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Fri, 13 Nov 2015 02:56:12 +0100 Subject: [PATCH] Add forgotten define name change in soc_common.h --- u-boot/include/soc/soc_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_ */ -- 2.25.1