summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-11 08:11:52 -0600
committerTom Rini <[email protected]>2025-12-11 08:11:52 -0600
commitdd9851d7e5dcb932734a84f93e8ca7bddbce777c (patch)
tree0a9959abd523a2687c90387b44ea11f7b77bf191 /include
parent386f22e117c49a26498d24c1b1a2fe4f6c0af1ab (diff)
parentff7c10d89b1509d3843d2bbb37e357aa1ca55210 (diff)
Merge tag 'fsl-qoriq-next-2025-12-11' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq into next
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/28727 - Stop disabling device tree relocation for ls1012afrdm and ls1043a - Address error handling in ls1088a board setup - Remove offline cores from cooling device maps
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls1012afrdm.h1
-rw-r--r--include/configs/ls1043a_common.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1012afrdm.h b/include/configs/ls1012afrdm.h
index 4243a21f1f1..8059092fac8 100644
--- a/include/configs/ls1012afrdm.h
+++ b/include/configs/ls1012afrdm.h
@@ -19,7 +19,6 @@
#undef CFG_EXTRA_ENV_SETTINGS
#define CFG_EXTRA_ENV_SETTINGS \
"verify=no\0" \
- "fdt_high=0xffffffffffffffff\0" \
"kernel_addr=0x01000000\0" \
"scriptaddr=0x80000000\0" \
"fdtheader_addr_r=0x80100000\0" \
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index a02c752bbcf..4c695388d2f 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -90,7 +90,6 @@
/* Initial environment variables */
#define CFG_EXTRA_ENV_SETTINGS \
"hwconfig=fsl_ddr:bank_intlv=auto\0" \
- "fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"kernel_addr=0x61000000\0" \
"scriptaddr=0x80000000\0" \