public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] include: configs: andes: Remove fdt_high env variable
@ 2025-08-21 11:31 Randolph Lin
  2025-09-18 12:03 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: Randolph Lin @ 2025-08-21 11:31 UTC (permalink / raw)
  To: u-boot; +Cc: randolph.sklin, tim609, Randolph Lin

Remove the fdt_high environment variable, as a value of all ones
indicates using the FDT in place. This setting is incorrect for the
current board.

Signed-off-by: Randolph Lin <randolph@andestech.com>
---
 include/configs/voyager.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/voyager.h b/include/configs/voyager.h
index f6630b07ec9..0e5fed99dd0 100644
--- a/include/configs/voyager.h
+++ b/include/configs/voyager.h
@@ -26,7 +26,6 @@
 #include <config_distro_bootcmd.h>
 
 #define CFG_EXTRA_ENV_SETTINGS	\
-				"fdt_high=0xffffffffffffffff\0" \
 				"initrd_high=0xffffffffffffffff\0" \
 				"kernel_addr_r=0x400600000\0" \
 				"kernel_comp_addr_r=0x404600000\0" \
-- 
2.34.1


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

end of thread, other threads:[~2025-09-18 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 11:31 [PATCH] include: configs: andes: Remove fdt_high env variable Randolph Lin
2025-09-18 12:03 ` Leo Liang

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