projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a2dfb
)
bcm47xx: Remove FIXME We don't want to move the board time init into SSB. It's just...
author
Michael Büsch
<mb@bu3sch.de>
Sun, 17 Feb 2008 11:59:28 +0000
(11:59 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 17 Feb 2008 11:59:28 +0000
(11:59 +0000)
SVN-Revision: 10474
target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
b/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
index c3ef7b321271160d844159fd01bf71ce0753a1d9..bd99afaab4d8bd9916270018c2c513fbc2b02b40 100644
(file)
--- a/
target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
+++ b/
target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
@@
-206,8
+206,7
@@
void __init plat_mem_setup(void)
_machine_restart = bcm47xx_machine_restart;
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
-
- board_time_init = bcm47xx_time_init;//FIXME move into ssb
+ board_time_init = bcm47xx_time_init;
}
EXPORT_SYMBOL(ssb);