Add forgotten define name change in soc_common.h
authorPiotr Dymacz <pepe2k@gmail.com>
Fri, 13 Nov 2015 01:56:12 +0000 (02:56 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Fri, 13 Nov 2015 01:56:12 +0000 (02:56 +0100)
u-boot/include/soc/soc_common.h

index 17284cf461fa0ddfb727f0e182401ccd1b55d0ac..ec6aeccc3c402ec6a9780c68bdc45779701efe30 100644 (file)
@@ -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_ */