Skip to content
Snippets Groups Projects
Commit 2a3c25d2 authored by Arun Bharadwaj's avatar Arun Bharadwaj Committed by Tom Rini
Browse files

overo: Fix regression introduced in a6b541b0


U-Boot has been broken on Overo boards since commit
a6b541b0.

This is because the gd pointer is not set early enough anymore,
such that the i2c_set_bus_num in get_board_revision can safely
execute. This results in a console hang at SPL and the boot does
not proceed.

This piece of code is anyway necessary only for really old Overo
boards with revision numbers <= 2410 and not required for the newer
boards. For these older boards, u-boot v2014.10 still works fine.

Signed-off-by: default avatarArun Bharadwaj <arun@gumstix.com>
parent fe5d488f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment