public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] imx8mq_evk: configs: add/cleanup variables for distro boot
@ 2021-12-06 21:02 Andrey Zhizhikin
  2021-12-06 22:42 ` Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrey Zhizhikin @ 2021-12-06 21:02 UTC (permalink / raw)
  To: u-boot
  Cc: peng.fan, festevam, sjg, jh80.chung, hs, rick, alice.guo, angus,
	Andrey Zhizhikin

 Add fdt_addr_r fdtfile which used by distro boot, and cleanup legacy
 environment variables.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
---
 include/configs/imx8mq_evk.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h
index 49a9526d96..63539c7649 100644
--- a/include/configs/imx8mq_evk.h
+++ b/include/configs/imx8mq_evk.h
@@ -63,13 +63,13 @@
 /* Initial environment variables */
 #define CONFIG_EXTRA_ENV_SETTINGS		\
 	BOOTENV \
-	"scriptaddr=0x43500000\0" \
-	"kernel_addr_r=0x40880000\0" \
+	"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
+	"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
 	"image=Image\0" \
 	"console=ttymxc0,115200\0" \
-	"fdt_addr=0x43000000\0"			\
+	"fdt_addr_r=0x43000000\0"	\
 	"boot_fdt=try\0" \
-	"fdt_file=imx8mq-evk.dtb\0" \
+	"fdtfile=imx8mq-evk.dtb\0" \
 	"initrd_addr=0x43800000\0"		\
 	"bootm_size=0x10000000\0" \
 	"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \

base-commit: 558002a0f2230bedf6b38716f3ed86a92fc9010b
prerequisite-patch-id: 59faad9613725a42a9057aba206b92cf084dd1c1
-- 
2.25.1


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

end of thread, other threads:[~2022-02-05 16:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 21:02 [PATCH] imx8mq_evk: configs: add/cleanup variables for distro boot Andrey Zhizhikin
2021-12-06 22:42 ` Fabio Estevam
2022-01-11 10:49 ` [PATCH v2] " Andrey Zhizhikin
2022-01-16 21:44   ` ZHIZHIKIN Andrey
2022-01-16 21:38 ` Andrey Zhizhikin
2022-02-05 16:41   ` sbabic

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