summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2008-02-17 11:59:28 +0000
committerMichael Büsch <mb@bu3sch.de>2008-02-17 11:59:28 +0000
commitf116c50a801acc77a1d1d56809970a2a4c0a0ded (patch)
tree2223182ba8b8500d4a575ef3c4d7464b7103593d /target/linux/brcm47xx
parent37a2dfbcf5908ec859dd9c14917151c426e69561 (diff)
downloadmaster-31e0f0ae-f116c50a801acc77a1d1d56809970a2a4c0a0ded.tar.gz
master-31e0f0ae-f116c50a801acc77a1d1d56809970a2a4c0a0ded.tar.bz2
master-31e0f0ae-f116c50a801acc77a1d1d56809970a2a4c0a0ded.zip
bcm47xx: Remove FIXME We don't want to move the board time init into SSB. It's just fine as-is. Remove the FIXME.
SVN-Revision: 10474
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r--target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c b/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
index c3ef7b3212..bd99afaab4 100644
--- 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);