diff options
| author | Randolph Lin <[email protected]> | 2025-08-21 19:31:22 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-09-19 19:08:18 +0800 |
| commit | 409c73ef6368b07d4dbdf8391a0b9c7682dcf4b4 (patch) | |
| tree | 02894d6fe8f145c98fc5afbfcd0bceec6cd235f5 /include | |
| parent | 0d74bbfda38816dcb9b3e1b0fd63324849948443 (diff) | |
include: configs: andes: Remove fdt_high env variable
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 <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/voyager.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" \ |
