commit | cd22685e6cddbfda3bf80f9c936820baffdf19ee | [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 | 6e79a91a9e59c69eb7d22ba9fb96dbe3a36e6c98 [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>