summaryrefslogtreecommitdiff
path: root/include/configs/apalis-tk1.h
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-03-05 17:42:16 +0100
committerMing Liu <ming.liu@toradex.com>2020-03-05 17:43:57 +0100
commit12419ca68eea182f9f6892092dacdb5bf2b26fbb (patch)
tree0d5d2ada8191d0b04f57e05326445d285a1b1a60 /include/configs/apalis-tk1.h
parent0ece8702d4b097cd837cfcabba980c358874aef4 (diff)
fitimage: adapt to the changes in tezi meta layer
- Drop "config@1" for apalis-t30, since that's the only config, we do not have to explicitly set it to config 1. - Change the configuration for apalis-tk1 to use the actual fdt files. - Change the configuration for colibri_imx7 to use the actual fdt files. - Also fix a wrong fdtfile setting for colibri_imx7. Related-to: TEI-498 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'include/configs/apalis-tk1.h')
-rw-r--r--include/configs/apalis-tk1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h
index 3d7c80d17b..7b9d01e931 100644
--- a/include/configs/apalis-tk1.h
+++ b/include/configs/apalis-tk1.h
@@ -76,14 +76,9 @@
#undef CONFIG_SERVERIP
#define CONFIG_SERVERIP 192.168.10.1
-#ifdef CONFIG_TDX_EASY_INSTALLER
-#define CONFIG_BOOTCOMMAND \
- "run distro_bootcmd"
-#else
#define CONFIG_BOOTCOMMAND \
"run emmcboot; setenv fdtfile ${soc}-${fdt_module}-${fdt_board}.dtb && " \
"run distro_bootcmd"
-#endif
#define DFU_ALT_EMMC_INFO "apalis-tk1.img raw 0x0 0x500 mmcpart 1; " \
"boot part 0 1 mmcpart 0; " \