Commit 0fb4633
committed
boards: tt_blackhole: only write vars.cfg when kconfig exists
When building the app/smc target with --sysbuild, then output
file is written 3 times. At least the last of those times,
CONFIG_TT_SRST_ASSIST is unset, which only means the first
line is written to the file.
Only write bmc-reset-vars.cfg when CONFIG_TT_SRST_ASSIST is
defined so that the file is fully populated.
Signed-off-by: Chris Friedt <[email protected]>1 parent 8dacb3c commit 0fb4633
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments