diff options
| author | Tom Rini <[email protected]> | 2023-11-02 20:22:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-02 22:38:01 -0400 |
| commit | 1e044a9bd68220af562cc2d895936ec7cc3e3d6d (patch) | |
| tree | 946aa5cf48d00e014980e0f0c035ba1b417cc0bf /tools/binman/test | |
| parent | 97962260cb93e74e3a8cbbb62e7581830503810a (diff) | |
| parent | ae94c3d4ee21ba4dd628d2f463fb3992233963ef (diff) | |
Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm
Just various bugfixes, apart from the TI one
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/297_ti_secure_rom.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/test/297_ti_secure_rom.dts b/tools/binman/test/297_ti_secure_rom.dts index d1313769f43..1a3eca94255 100644 --- a/tools/binman/test/297_ti_secure_rom.dts +++ b/tools/binman/test/297_ti_secure_rom.dts @@ -9,6 +9,7 @@ binman { ti-secure-rom { content = <&unsecure_binary>; + core-opts = <2>; }; unsecure_binary: blob-ext { filename = "ti_unsecure.bin"; |
