]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/arm/mach-imx/imx8m/Kconfig
board: gateworks: venice: use common GSC driver
authorTim Harvey <tharvey@gateworks.com>
Wed, 13 Apr 2022 15:56:40 +0000 (08:56 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Apr 2022 10:44:23 +0000 (12:44 +0200)
commitfb9ec33878aa72bdcd5c54be73fde1c33277fbab
treeff0a2773e0f6529598810dd4541c363e14002a91
parent82b16555cfdc37510daac9f9370adfb0ee11c1a4
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>
12 files changed:
arch/arm/dts/imx8mm-venice-u-boot.dtsi
arch/arm/dts/imx8mm-venice.dts
arch/arm/dts/imx8mn-venice-u-boot.dtsi
arch/arm/dts/imx8mn-venice.dts
arch/arm/mach-imx/imx8m/Kconfig
board/gateworks/venice/Makefile
board/gateworks/venice/eeprom.c [new file with mode: 0644]
board/gateworks/venice/eeprom.h [moved from board/gateworks/venice/gsc.h with 55% similarity]
board/gateworks/venice/gsc.c [deleted file]
board/gateworks/venice/spl.c
board/gateworks/venice/venice.c
configs/imx8mn_venice_defconfig