]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: do not repeat timer init on i.MX6
authorAnatolij Gustschin <agust@denx.de>
Mon, 28 Aug 2017 15:46:33 +0000 (17:46 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Aug 2017 07:48:37 +0000 (09:48 +0200)
commitf9d42d821c49e0a12c77c100857b914717b9bc0a
tree91258011c9de7d9f4d7306ef6e72f51589a0bbb7
parentae64226dbec2a50a2d88027018c9bd25b20c4ae0
spl: do not repeat timer init on i.MX6

The GPT timer was already initialised in board_init_f() as
it is needed in dram init. Do not repeat timer init in
board_init_r().

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
common/spl/spl.c