diff options
| author | Tim Harvey <[email protected]> | 2022-04-13 09:29:16 -0700 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-21 12:44:24 +0200 |
| commit | 61cf22505339a281befc715a5e4fbcc3ccfb2999 (patch) | |
| tree | 528e70bf8e00d1f3dd5d63624a00957d74c172d0 /include | |
| parent | 1cb249b6b67e927b5323afabaf2c411954b2f3e4 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/gw_ventana.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 81582227d4e..86d0fb60f1d 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -31,9 +31,6 @@ #undef CONFIG_SYS_BOOTM_LEN #define CONFIG_SYS_BOOTM_LEN (64 << 20) -/* I2C Configs */ -#define CONFIG_I2C_GSC 0 - /* MMC Configs */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
