diff options
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index d0796a0e51..39a3e3c089 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -188,19 +188,19 @@ TABLE_ITEM SystemEnclosureTypeTable[] = { },
{
0x10,
- L" Main Server Chassis"
+ L" Lunch Box"
},
{
0x11,
- L" Expansion Chassis"
+ L" Main Server Chassis"
},
{
0x12,
- L" SubChassis"
+ L" Expansion Chassis"
},
{
0x13,
- L" Sub Notebook"
+ L" SubChassis"
},
{
0x14,
|