1
0
Fork 0
remarkable-uboot/board/overo
Arun Bharadwaj 2a3c25d242 overo: Fix regression introduced in a6b541b
U-Boot has been broken on Overo boards since commit
a6b541b090.

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: Arun Bharadwaj <arun@gumstix.com>
2015-05-10 09:58:44 -04:00
..
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
Makefile overo: Split overo.c into spl.c, common.c and overo.c 2015-05-10 09:54:54 -04:00
common.c overo: Fix regression introduced in a6b541b 2015-05-10 09:58:44 -04:00
overo.c overo: Split overo.c into spl.c, common.c and overo.c 2015-05-10 09:54:54 -04:00
overo.h overo: Split overo.c into spl.c, common.c and overo.c 2015-05-10 09:54:54 -04:00
spl.c overo: Split overo.c into spl.c, common.c and overo.c 2015-05-10 09:54:54 -04:00