commit | e1677ce4e41a7c1bbc35a0dee27d5c7e7d223a4b | [log] [tgz] |
---|---|---|
author | Håvard Skinnemoen <haavard.skinnemoen@atmel.com> | Fri Jun 06 18:04:55 2008 +0200 |
committer | David Woodhouse <dwmw2@infradead.org> | Sat Jun 07 08:45:07 2008 +0100 |
tree | 9c5c5aaeaf77a56aa95ed7db123197e11aee1026 | |
parent | cc0c72e173db70a3a864994b05ebbe59b79b888f [diff] |
avr32: move hsmc_init() to core_initcall The board init code, typically running from postcore_initcall, may need to set up SMC timings. We have to make sure the SMC driver is ready before this happens. Signed-off-by: Håvard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>