diff options
| author | Tom Rini <[email protected]> | 2025-12-11 08:11:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-11 08:11:52 -0600 |
| commit | dd9851d7e5dcb932734a84f93e8ca7bddbce777c (patch) | |
| tree | 0a9959abd523a2687c90387b44ea11f7b77bf191 /include | |
| parent | 386f22e117c49a26498d24c1b1a2fe4f6c0af1ab (diff) | |
| parent | ff7c10d89b1509d3843d2bbb37e357aa1ca55210 (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.h | 1 | ||||
| -rw-r--r-- | include/configs/ls1043a_common.h | 1 |
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" \ |
