Skip to content

Commit

Permalink
[Mellanox] Fix platform name for SN4800 (sonic-net#9635)
Browse files Browse the repository at this point in the history
- Why I did it
Rename MSN4800 to SN4800 in platform files

- How I did it
Rename MSN4800 to SN4800 in platform files

- How to verify it
Run build.
  • Loading branch information
Junchao-Mellanox authored Dec 28, 2021
1 parent b749c67 commit b0f0d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn4800-r0/platform.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chassis": {
"name": "MSN4800",
"name": "SN4800",
"components": [
{
"name": "ONIE"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chassis": {
"MSN4800": {
"SN4800": {
"component": {
"ONIE": { },
"SSD": { },
Expand Down

0 comments on commit b0f0d4e

Please sign in to comment.