]> git.ipfire.org Git - people/ms/u-boot.git/commit
board_f: skip timer_init() on Coldfire archs
authorAngelo Dureghello <angelo@sysam.it>
Wed, 10 May 2017 21:58:06 +0000 (23:58 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2017 14:38:09 +0000 (10:38 -0400)
commit0ce452872fc5cadffa4d1dd15377dd66fa457348
tree578262edc0f8a40ff4fcf0b606b2dccc6f4a1f7f
parentbcc1726a7bdd910b482528fde2faef21bff3b361
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>
common/board_f.c