diff options
| author | Tom Rini <[email protected]> | 2025-11-02 11:00:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-02 12:15:23 -0600 |
| commit | c2637036b8f0c90a2cfc59900f7da31eae646b03 (patch) | |
| tree | dd4f9326cc3bf9f12329a83f77c3b115420842ab /tools | |
| parent | 62b45e82bdbf703571450e97f605893fe0d50530 (diff) | |
| parent | 52ac12235632e8d902f21b572b555b1a415c6c26 (diff) | |
Merge tag 'u-boot-rockchip-20251101' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/28119
- New Boards support:
rk3588: MNT Reform2
rk3528: Radxa ROCK 2A/2F
rk3576: ArmSoM Sige1, Luckfox Omni3576, FriendlyElec NanoPi M5,
Radxa ROCK 4D
rk3568: Lunzn FastRhino R66S
- Other board level updates.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/binman/btool/mkimage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/binman/btool/mkimage.py b/tools/binman/btool/mkimage.py index 3f84220fb1a..23c0a8e490d 100644 --- a/tools/binman/btool/mkimage.py +++ b/tools/binman/btool/mkimage.py @@ -35,7 +35,6 @@ class Bintoolmkimage(bintool.Bintool): signatures align: Bytes to use for alignment of the FIT and its external data keys_dir: Path to directory containing private and encryption keys - version: True to get the mkimage version """ args = [] if external: |
