Skip to content
Commit 09980d6a authored by Dominik Ermel's avatar Dominik Ermel Committed by Carles Cufí
Browse files

scripts/west sign: Use BuildConfiguration instead of load_dot_config



The ImgtoolSigner.sign() is passed a BuildConfiguration object instance
that holds all of Kconfig options that have been defined for a build;
yet it has been reading the .config file once again, with the
load_dot_config, to check some of these options.
The commit replaces the code that has been using the load_dot_config
obtained data with the code that uses the BuildConfiguration object.

Signed-off-by: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent cabb7d69
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment