configs: terminus: reduce capitalization
The NIC name is "Terminus" and not an acronym. Use
Uppercase for the identifier names.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5d23468cb5a4d6e756c968371ef25bd2a46de87a
diff --git a/configurations/terminus_2x100g_nic_tsff.json b/configurations/terminus_2x100g_nic_tsff.json
index 9a8ad0d..35dbf6f 100644
--- a/configurations/terminus_2x100g_nic_tsff.json
+++ b/configurations/terminus_2x100g_nic_tsff.json
@@ -3,7 +3,7 @@
{
"Address": "$address",
"Bus": "$bus",
- "Name": "TERMINUS NIC FRU $bus",
+ "Name": "Terminus NIC FRU $bus",
"Type": "EEPROM"
},
{
@@ -25,7 +25,7 @@
"Type": "EMC1403"
}
],
- "Name": "TERMINUS NIC FRU $bus",
+ "Name": "Terminus NIC FRU $bus",
"Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Terminus 2x100G NIC TSFF'})",
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {