diff options
| author | Tom Rini <[email protected]> | 2024-12-15 08:02:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-15 08:02:46 -0600 |
| commit | 50334151c02077f16613b0a082d95640800ba60e (patch) | |
| tree | 9edd6ce0438f37966b7e5d9f82bcd478759fc9b6 /include | |
| parent | eb1817ad8707e31da23e4b30e6cbe09056e0dca3 (diff) | |
| parent | c71aaaf6a896589c97e6ebb45c85f577d435c1e5 (diff) | |
Merge tag 'fsl-qoriq-2024-12-15' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/23856
- Use strcat to replace sprintf for t208xqds
- Fix bootefi for board ls1028a
- Various fixes to sl28 board
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ls1028ardb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1028ardb.h b/include/configs/ls1028ardb.h index d44ce45fd6b..9c869ee6840 100644 --- a/include/configs/ls1028ardb.h +++ b/include/configs/ls1028ardb.h @@ -53,6 +53,7 @@ #define CFG_EXTRA_ENV_SETTINGS \ "board=ls1028ardb\0" \ "hwconfig=fsl_ddr:bank_intlv=auto\0" \ + "fdtfile=fsl-ls1028a-rdb.dtb\0" \ "ramdisk_addr=0x800000\0" \ "ramdisk_size=0x2000000\0" \ "bootm_size=0x10000000\0" \ |
