* [U-Boot] [PATCH] board: engicam: Remove bogus check for mmc for imx6ul isiot
@ 2019-06-17 12:37 Shyam Saini
2019-07-20 8:45 ` sbabic at denx.de
0 siblings, 1 reply; 2+ messages in thread
From: Shyam Saini @ 2019-06-17 12:37 UTC (permalink / raw)
To: u-boot
imx6ul-isiot-mmc.dts was removed in uboot version v2018.03 and from then
onwards IMX6UL isiot uses imx6ul-isiot-emmc.dts for mmc, so remove
unnecessary check for mmc.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
---
board/engicam/common/board.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/board/engicam/common/board.c b/board/engicam/common/board.c
index 7486f0ac2d..567b9f63e5 100644
--- a/board/engicam/common/board.c
+++ b/board/engicam/common/board.c
@@ -53,8 +53,6 @@ static void setenv_fdt_file(void)
env_set("fdt_file", "imx6dl-icore-rqs.dtb");
} else if (!strcmp(cmp_dtb, "imx6ul-geam"))
env_set("fdt_file", "imx6ul-geam.dtb");
- else if (!strcmp(cmp_dtb, "imx6ul-isiot-mmc"))
- env_set("fdt_file", "imx6ul-isiot-emmc.dtb");
else if (!strcmp(cmp_dtb, "imx6ul-isiot-emmc"))
env_set("fdt_file", "imx6ul-isiot-emmc.dtb");
else if (!strcmp(cmp_dtb, "imx6ul-isiot-nand"))
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] board: engicam: Remove bogus check for mmc for imx6ul isiot
2019-06-17 12:37 [U-Boot] [PATCH] board: engicam: Remove bogus check for mmc for imx6ul isiot Shyam Saini
@ 2019-07-20 8:45 ` sbabic at denx.de
0 siblings, 0 replies; 2+ messages in thread
From: sbabic at denx.de @ 2019-07-20 8:45 UTC (permalink / raw)
To: u-boot
> imx6ul-isiot-mmc.dts was removed in uboot version v2018.03 and from then
> onwards IMX6UL isiot uses imx6ul-isiot-emmc.dts for mmc, so remove
> unnecessary check for mmc.
> Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-20 8:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-17 12:37 [U-Boot] [PATCH] board: engicam: Remove bogus check for mmc for imx6ul isiot Shyam Saini
2019-07-20 8:45 ` sbabic at denx.de
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox