All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 01/16] imx: ventana: ignore EEPROM config when checking for NAND support
@ 2021-07-24 17:40 Tim Harvey
  2021-07-24 17:40 ` [RESEND PATCH 02/16] imx: ventana: move wdog/uhs-i board/revision dt fixups Tim Harvey
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Tim Harvey @ 2021-07-24 17:40 UTC (permalink / raw)
  To: Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team; +Cc: u-boot, Tim Harvey

EEPROM bits no longer indicate support for NAND so instead use
hard-coded value from board config struct.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 board/gateworks/gw_ventana/gw_ventana.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c
index 468fb093b7..dc3300f7b7 100644
--- a/board/gateworks/gw_ventana/gw_ventana.c
+++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -1017,7 +1017,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
 		return 0;
 	}
 
-	if (test_bit(EECONFIG_NAND, info->config)) {
+	if (gpio_cfg[board_type].nand) {
 		/* Update partition nodes using info from mtdparts env var */
 		puts("   Updating MTD partitions...\n");
 		fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes));
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-07-24 18:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24 17:40 [RESEND PATCH 01/16] imx: ventana: ignore EEPROM config when checking for NAND support Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 02/16] imx: ventana: move wdog/uhs-i board/revision dt fixups Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 03/16] imx: ventana: remove nand field from common ventana struct Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 04/16] imx: ventana: replace hard-coded LED config with dt based config Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 05/16] imx: ventana: remove hard-coded USB HUBRST# gpio config Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 06/16] imx: ventana: fix UMS support Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 07/16] imx: ventana: remove hard-coded PCI reset Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 08/16] imx: ventana: remove hard-coded USB OTG pinmux Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 09/16] imx: ventana: remove hard-coded analog video codec enable Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 10/16] imx: ventana: remove hard-coded flexcan standby pin Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 11/16] imx: ventana: use dt for hwmon Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 12/16] imx: ventana: add GW5910 support Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 13/16] imx: ventana: add GW5912 support Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 14/16] imx: ventana: add GW5913 support Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 15/16] imx: ventana: add support for GW53xx-G revision Tim Harvey
2021-07-24 17:40 ` [RESEND PATCH 16/16] imx: ventana: add support for GW54xx-G revision Tim Harvey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.