commit | 0ce452872fc5cadffa4d1dd15377dd66fa457348 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Wed May 10 23:58:06 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 15 10:38:09 2017 -0400 |
tree | 578262edc0f8a40ff4fcf0b606b2dccc6f4a1f7f | |
parent | bcc1726a7bdd910b482528fde2faef21bff3b361 [diff] |
board_f: skip timer_init() on Coldfire archs Coldfire arch is not happy with timer_init since interrupt handlers are still not set at that stage, and the boot hangs silently. Signed-off-by: Angelo Dureghello <angelo@sysam.it>