Adrian Vladu c6e10ab462 bootconfig: fix BCDStore SetBooleanElement order
SetBooleanElement seems to not respect the method contract defined in
the document:
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/bcd/setbooleanelement-bcdobject#syntax

Instead the method contract has the two parameters in the inverse order:

```
boolean SetBooleanElement(
  [in] boolean Boolean,
  [in] uint32  Type
);
```

Change-Id: I8938cd0333b21a89971de88da47559fa929162dc
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-06-13 15:54:41 +03:00
..
2024-05-31 13:24:45 +00:00
2018-08-16 12:25:32 +03:00
2024-05-31 13:24:45 +00:00
2024-05-31 13:24:45 +00:00
2019-09-02 20:47:48 +03:00