Skip to content

Commit d661aad

Browse files
marc-hbkv2019i
authored andcommitted
xtensa-build-zephyr.py: don't pass -c $plat.toml to rimage
Let west/sign.py find the appropriate .toml file. This prepares for .toml modularization #8490 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent ded019b commit d661aad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/xtensa-build-zephyr.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,6 @@ def rimage_options(platform_dict):
626626
# test_00_01_load_fw_and_check_version
627627
opts.append(("-b", "1"))
628628

629-
rimage_desc = platform_dict["name"] + ".toml"
630-
631-
opts.append(("-c", str(RIMAGE_SOURCE_DIR / "config" / rimage_desc)))
632-
633629
return opts
634630

635631

0 commit comments

Comments
 (0)