aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-04-13 08:56:40 -0700
committerStefano Babic <sbabic@denx.de>2022-04-21 12:44:23 +0200
commitfb9ec33878aa72bdcd5c54be73fde1c33277fbab (patch)
treeff0a2773e0f6529598810dd4541c363e14002a91 /configs
parent82b16555cfdc37510daac9f9370adfb0ee11c1a4 (diff)
downloadu-boot-fb9ec33878aa72bdcd5c54be73fde1c33277fbab.zip
u-boot-fb9ec33878aa72bdcd5c54be73fde1c33277fbab.tar.gz
u-boot-fb9ec33878aa72bdcd5c54be73fde1c33277fbab.tar.bz2
board: gateworks: venice: use common GSC driver
Use the common GSC driver. This allows us to do some additional cleanup: - rename gsc{.c,.h} to eeprom{.c.h} for clarity - collapse eeprom_get_dev - remove unnecessary header files and alphabatize includes Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mn_venice_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index 41898da..afb9c5c 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -13,6 +13,7 @@ CONFIG_SPL_TEXT_BASE=0x912000
CONFIG_TARGET_IMX8MN_VENICE=y
CONFIG_SPL_MMC=y
CONFIG_SPL_SERIAL=y
+CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL=y
CONFIG_ENV_OFFSET_REDUND=0xff8000
CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000