]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include: configs: andes: Remove fdt_high env variable
authorRandolph Lin <randolph@andestech.com>
Thu, 21 Aug 2025 11:31:22 +0000 (19:31 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 19 Sep 2025 11:08:18 +0000 (19:08 +0800)
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>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
include/configs/voyager.h

index f6630b07ec96ebdadcaad82ba143b8c6618e33b9..0e5fed99dd0e22fb82f0f18194e3d5c8b62d61cf 100644 (file)
@@ -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" \