Skip to content

Commit

Permalink
hw.device-type: Fix device type is_private flag for imx8mp-var-dart
Browse files Browse the repository at this point in the history
This was added by mistake as private when it is supposed to be a public dt.

Change-type: patch
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Dec 29, 2023
1 parent b0c1495 commit 31176ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hw.device-type/imx8mp-var-dart/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": true
"is_private": false
},
"partials": {
"bootDeviceExternal": [
Expand Down

0 comments on commit 31176ad

Please sign in to comment.