From: Josep Orga Date: Tue, 28 Apr 2020 11:27:30 +0000 (+0200) Subject: configs: Change fdt_file name to imx6ull_somdevices.dtb. X-Git-Tag: rel_imx_4.19.35_1.1.0-somdevices.0~2 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=af35478fd77068ea694a183a0853b5ff105c969b;p=u-boot.git configs: Change fdt_file name to imx6ull_somdevices.dtb. Signed-off-by: Josep Orga --- diff --git a/include/configs/imx6ull_somdevices.h b/include/configs/imx6ull_somdevices.h index 55b40c629f..b1f3d333e2 100644 --- a/include/configs/imx6ull_somdevices.h +++ b/include/configs/imx6ull_somdevices.h @@ -194,7 +194,7 @@ "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 " \ - "setenv fdt_file imx6ull-14x14-evk.dtb; fi; " \ + "setenv fdt_file imx6ull-somdevices.dtb; fi; " \ "if test $fdt_file = undefined; then " \ "echo WARNING: Could not determine dtb to use; " \ "fi; " \