summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-04-08 21:27:30 +0300
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-04-08 21:29:41 +0300
commit26d926eda08ea0218befcd773191961a9afcd069 (patch)
tree3d6214460b539b5396150c87c173d024c948681b
parentf429dff087f82dacf2fce266310bd77985868049 (diff)
s/fdt-module/fdt_module/g, as we don't use dash in fdt_file anymore. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
-rw-r--r--configs/apalis-tk1_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
index 646e019ca9..a30b707481 100644
--- a/configs/apalis-tk1_defconfig
+++ b/configs/apalis-tk1_defconfig
@@ -8,7 +8,7 @@ CONFIG_TARGET_APALIS_TK1=y
CONFIG_FIT=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_BOOTDELAY=1
-CONFIG_BOOTCOMMAND="setenv fdtfile ${soc}-${fdt-module}-${fdt_board}.dtb && run distro_bootcmd"
+CONFIG_BOOTCOMMAND="setenv fdtfile ${soc}-${fdt_module}-${fdt_board}.dtb && run distro_bootcmd"
CONFIG_CONSOLE_MUX=y
CONFIG_SYS_STDIO_DEREGISTER=y
CONFIG_VERSION_VARIABLE=y