public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] verdin-imx8mp: drop unused tdx easy installer ifdef
@ 2023-09-04 13:24 Hiago De Franco
  2023-09-04 13:37 ` Marcel Ziswiler
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hiago De Franco @ 2023-09-04 13:24 UTC (permalink / raw)
  To: Marcel Ziswiler; +Cc: Hiago De Franco, u-boot

From: Hiago De Franco <hiago.franco@toradex.com>

Drop unused code related to CONFIG_TDX_EASY_INSTALLER, that existed only on
toradex downstream branch.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
---
 include/configs/verdin-imx8mp.h | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/include/configs/verdin-imx8mp.h b/include/configs/verdin-imx8mp.h
index 942081ab84..d980bd66ae 100644
--- a/include/configs/verdin-imx8mp.h
+++ b/include/configs/verdin-imx8mp.h
@@ -36,20 +36,14 @@
 	func(DHCP, dhcp, na)
 #include <config_distro_bootcmd.h>
 
-#if defined(CONFIG_TDX_EASY_INSTALLER)
-#  define BOOT_SCRIPT	"boot-tezi.scr"
-#else
-#  define BOOT_SCRIPT	"boot.scr"
-#endif
-
 /* Initial environment variables */
 #define CFG_EXTRA_ENV_SETTINGS \
 	BOOTENV \
 	MEM_LAYOUT_ENV_SETTINGS \
 	"bootcmd_mfg=fastboot 0\0" \
 	"boot_file=Image\0" \
-	"boot_scripts=" BOOT_SCRIPT "\0" \
-	"boot_script_dhcp=" BOOT_SCRIPT "\0" \
+	"boot_scripts=boot.scr\0" \
+	"boot_script_dhcp=boot.scr\0" \
 	"console=ttymxc2\0" \
 	"fdt_board=dev\0" \
 	"initrd_addr=0x43800000\0" \
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-16  9:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 13:24 [PATCH] verdin-imx8mp: drop unused tdx easy installer ifdef Hiago De Franco
2023-09-04 13:37 ` Marcel Ziswiler
2023-09-20 18:41 ` Fabio Estevam
2023-10-16  9:21 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox