projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] add infrastructure to register gpio-input reset button
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
prom.c
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
index
964a147
..
fb284fb
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c
@@
-29,7
+29,7
@@
void __init prom_init(void)
if (BCMCPU_IS_6338())
mask = CKCTL_6338_ALL_SAFE_EN;
else if (BCMCPU_IS_6345())
if (BCMCPU_IS_6338())
mask = CKCTL_6338_ALL_SAFE_EN;
else if (BCMCPU_IS_6345())
- mask = CKCTL_6345_
UART
_EN;
+ mask = CKCTL_6345_
ALL_SAFE
_EN;
else if (BCMCPU_IS_6348())
mask = CKCTL_6348_ALL_SAFE_EN;
else
else if (BCMCPU_IS_6348())
mask = CKCTL_6348_ALL_SAFE_EN;
else
This page took
0.019391 seconds
and
4
git commands to generate.