projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] fix typo for the flash start address on bcm6345
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
setup.c
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c
index
c4516fb
..
95760ae
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c
@@
-119,4
+119,4
@@
int __init bcm63xx_register_devices(void)
return board_register_devices();
}
-
device
_initcall(bcm63xx_register_devices);
+
arch
_initcall(bcm63xx_register_devices);
This page took
0.027205 seconds
and
4
git commands to generate.