summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-09-20 02:20:51 -0700
committerYe Li <ye.li@nxp.com>2018-09-20 02:35:57 -0700
commit389161ef31bed9dad5a502fb24e445402e1465eb (patch)
tree33903d849eacb77d0c275a294f9c29b3e57fa824 /include
parent9018cc2ba39d079625c6856347c787bb8642c270 (diff)
MLK-19645 mx6ulz_evk: Fix fdt_file variable issue
Since we set the fdt_file value when running on iMX6ULZ. This cause the saved fdt_file change be overwritten. So users can't set to their own fdt_file. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ullevk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index d811c86ec6..ecc39af38c 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -197,6 +197,8 @@
"fi;\0" \
"findfdt="\
"if test $fdt_file = undefined; then " \
+ "if test $board_name = ULZ-EVK && test $board_rev = 14X14; then " \
+ "setenv fdt_file imx6ulz-14x14-evk.dtb; fi; " \
"if test $board_name = EVK && test $board_rev = 9X9; then " \
"setenv fdt_file imx6ull-9x9-evk.dtb; fi; " \
"if test $board_name = EVK && test $board_rev = 14X14; then " \