summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-08 15:10:53 -0600
committerTom Rini <[email protected]>2025-12-08 15:10:53 -0600
commite09d04dae5aaef5cda6b648c9c0b8282fce05559 (patch)
treed60e6b3fd860a23cd75caf26281a1a666f50c8de /include
parent59202e5ae76ef3acb34c4236e43248f1cd3fc642 (diff)
parent2da2c01cd1238e210009c4aea5d429bea431754d (diff)
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/28674 - riscv: Implement private GCC library - mpfs: Add MPFS CPU Implementation - andes: Stop disabling device tree relocation and some minor fixes - sifive: Stop disabling device tree relocation - starfive: Cleanup size types and typos
Diffstat (limited to 'include')
-rw-r--r--include/configs/ae350.h1
-rw-r--r--include/configs/sifive-unleashed.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ae350.h b/include/configs/ae350.h
index 23e4801379d..43b1878b520 100644
--- a/include/configs/ae350.h
+++ b/include/configs/ae350.h
@@ -83,7 +83,6 @@
#include <config_distro_bootcmd.h>
#define CFG_EXTRA_ENV_SETTINGS \
- "fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"kernel_addr_r=0x00600000\0" \
"kernel_comp_addr_r=0x04600000\0" \
diff --git a/include/configs/sifive-unleashed.h b/include/configs/sifive-unleashed.h
index cd8d0438ba6..862c2457024 100644
--- a/include/configs/sifive-unleashed.h
+++ b/include/configs/sifive-unleashed.h
@@ -37,7 +37,6 @@
"name=system,size=-,bootable,type=${type_guid_gpt_system};"
#define CFG_EXTRA_ENV_SETTINGS \
- "fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"kernel_addr_r=0x84000000\0" \
"kernel_comp_addr_r=0x88000000\0" \