projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0123ec
)
Add forgotten define name change in soc_common.h
author
Piotr Dymacz
<pepe2k@gmail.com>
Fri, 13 Nov 2015 01:56:12 +0000
(
02:56
+0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Fri, 13 Nov 2015 01:56:12 +0000
(
02:56
+0100)
u-boot/include/soc/soc_common.h
patch
|
blob
|
history
diff --git
a/u-boot/include/soc/soc_common.h
b/u-boot/include/soc/soc_common.h
index 17284cf461fa0ddfb727f0e182401ccd1b55d0ac..ec6aeccc3c402ec6a9780c68bdc45779701efe30 100644
(file)
--- 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_ */