Skip to content

Commit

Permalink
Add supermicro.Unmarshal() to config
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed May 30, 2024
1 parent 3db7cec commit aed5436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/supermicro.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ func (cm *supermicroVendorConfig) Marshal() (string, error) {
}
}

func (cm *supermicroVendorConfig) Unmarshal() (biosConfig *supermicroConfig) {
return cm.ConfigData
}

// Generic config options

func (cm *supermicroVendorConfig) EnableTPM() {
Expand Down

0 comments on commit aed5436

Please sign in to comment.