summaryrefslogtreecommitdiff
path: root/board/engicam/geam6ul/geam6ul.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/engicam/geam6ul/geam6ul.c')
-rw-r--r--board/engicam/geam6ul/geam6ul.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/engicam/geam6ul/geam6ul.c b/board/engicam/geam6ul/geam6ul.c
index ffd383a0ee..15bd8b2c30 100644
--- a/board/engicam/geam6ul/geam6ul.c
+++ b/board/engicam/geam6ul/geam6ul.c
@@ -90,12 +90,6 @@ void setup_gpmi_nand(void)
}
#endif /* CONFIG_NAND_MXS */
-void setenv_fdt_file(void)
-{
- if (is_mx6ul())
- env_set("fdt_file", "imx6ul-geam-kit.dtb");
-}
-
#ifdef CONFIG_SPL_BUILD
/* MMC board initialization is needed till adding DM support in SPL */
#if defined(CONFIG_FSL_ESDHC) && !defined(CONFIG_DM_MMC)