deviceinfo: clean up unused MesaDriver (MR 45)

This deviceinfo var is no longer used in mkinitfs (see previous
commits).
This commit is contained in:
Clayton Craft
2023-12-04 11:09:05 -08:00
parent 9475572811
commit 6df75d5682
2 changed files with 0 additions and 6 deletions

View File

@@ -18,7 +18,6 @@ import (
type DeviceInfo struct {
InitfsCompression string
InitfsExtraCompression string
MesaDriver string
UbootBoardname string
}