]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: ventana: re-enable late board info display
authorTim Harvey <tharvey@gateworks.com>
Wed, 29 Jun 2016 15:58:00 +0000 (08:58 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 28 Jul 2016 14:54:21 +0000 (11:54 -0300)
commit67d376a0ede00e222f2bd8db77167a70840150b1
tree15ed06ba397b858d28687ffb35498eb081889599
parent1f71a76ef1dc9b1969f1717a6354badc4a9d1a3f
imx: ventana: re-enable late board info display

3b1f681131149b5f62602f582a7e60b0185a2a49 caused a regression that removes
board info dispaly for Gateworks Ventana boards because it made the invalid
assumption that CONFIG_DISPLAY_BOARDINFO_LATE was the same thing as
CONFIG_DISPLAY_BOARDINFO.

Ventana needs to call show_board_info in late init because we need to have
the i2c eeprom based model info. Re-define CONFIG_DISPLAY_BOARDINFO_LATE
to allow that to happen.

Cc: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h