mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
board: gateworks: gw_ventana: use comomn GSC driver
Use the common GSC driver. This allows us to do some additional cleanup: - use the GSC driver functions - move waiting for the EEPROM to the SPL int (it will always be ready after this) - move eeprom functions into eeprom file and elimate GSC_I2C_BUS - eliminate some redundant EEPROM reads (the EEPROM must be read in SPL before relocation, in SPL after relocation, and in U-Boot init. All subsequent uses can use the global structure) - remove unnecessary header files and alphabatize includes Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
committed by
Stefano Babic
parent
1cb249b6b6
commit
61cf225053
@@ -316,7 +316,6 @@ CONFIG_HUSH_INIT_VAR
|
||||
CONFIG_HWCONFIG
|
||||
CONFIG_HW_ENV_SETTINGS
|
||||
CONFIG_I2C_ENV_EEPROM_BUS
|
||||
CONFIG_I2C_GSC
|
||||
CONFIG_I2C_MULTI_BUS
|
||||
CONFIG_I2C_MVTWSI
|
||||
CONFIG_I2C_MVTWSI_BASE
|
||||
|
||||
Reference in New Issue
Block a user