diff options
| author | Tom Rini <[email protected]> | 2024-12-03 15:51:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-03 15:51:56 -0600 |
| commit | df863c4aa30ee4e624058f64132b7243c6370ef5 (patch) | |
| tree | 8fe7f779125a2145ff160e7bccb636dd3eb5d5e2 /lib | |
| parent | c33be116dcc2fe78291b41c4680cf5f774c3a345 (diff) | |
| parent | 46097afc70352ce5dc0caa8f95b74cba1e00af9b (diff) | |
Merge tag 'xilinx-for-v2025.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
AMD/Xilinx changes for v2025.04-rc1
binman:
- Separate binman description from main DT
zynqmp:
- Enable binman for ZynqMP platforms
- DT sync with Linux v6.12
- Update usb5744 hub for SOMs
common:
- Drop SPL_FIT_GENERATOR support
versal2
- Enable OPTEE layers
ospi:
- Refactor the flash reset functionality
pytest:
- Fix tcminit mode handling
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 56ffdfa1839..0b089814d14 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -45,6 +45,15 @@ config BINMAN_FDT locate entries in the firmware image. See binman.h for the available functionality. +config BINMAN_DTB + string "binman DTB description" + depends on BINMAN + help + This enables option to point to different DTB file with binman node which + is outside of DTB used by the firmware. Use this option if information + about generated images shouldn't be the part of target binary. Or on system + with limited storage. + config CC_OPTIMIZE_LIBS_FOR_SPEED bool "Optimize libraries for speed" help |
