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:
a775f96
)
Function ar933x_40MHz_xtal should be inline
author
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 28 Apr 2015 13:08:51 +0000
(15:08 +0200)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 28 Apr 2015 13:08:51 +0000
(15:08 +0200)
u-boot/cpu/mips/ar7240/ar933x_clocks.c
patch
|
blob
|
history
diff --git
a/u-boot/cpu/mips/ar7240/ar933x_clocks.c
b/u-boot/cpu/mips/ar7240/ar933x_clocks.c
index 66257e4aa882ba6e438c4ed903723f930416006f..8771d61a9225a047622ff1d6e6636f096beab2c9 100644
(file)
--- a/
u-boot/cpu/mips/ar7240/ar933x_clocks.c
+++ b/
u-boot/cpu/mips/ar7240/ar933x_clocks.c
@@
-2,6
+2,7
@@
* Atheros AR933x clocks helper functions
*
* Copyright (C) 2014 Piotr Dymacz <piotr@dymacz.pl>
+ * Copyright (C) 2014 Mantas Pucka <mantas@8devices.com>
*
* SPDX-License-Identifier:GPL-2.0
*/
@@
-12,7
+13,7
@@
#include <asm/addrspace.h>
#include <asm/ar933x.h>
-int ar933x_40MHz_xtal(void)
+in
line in
t ar933x_40MHz_xtal(void)
{
return (ar933x_reg_read(BOOTSTRAP_STATUS_REG) & BOOTSTRAP_SEL_25_40M_MASK);
}