summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2020-01-12 22:02:46 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-01-12 22:02:46 +0000
commit852ac62f47cce2d442f9296641fcda9cfecce041 (patch)
tree63c63b05a68d4d6ddec3e6557ae82610fbeaf5ae
parentc81f9d66592dc2a7cf7f6c59c3def5cee0638c1f (diff)
downloadblackbird-skiboot-852ac62f47cce2d442f9296641fcda9cfecce041.tar.gz
blackbird-skiboot-852ac62f47cce2d442f9296641fcda9cfecce041.zip
Fix PCIe slot labelling04-16-2019
Thanks to Stewart Smith for catching this!
-rw-r--r--platforms/astbmc/blackbird.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/astbmc/blackbird.c b/platforms/astbmc/blackbird.c
index 78013dff..20845cba 100644
--- a/platforms/astbmc/blackbird.c
+++ b/platforms/astbmc/blackbird.c
@@ -25,8 +25,8 @@
#include "astbmc.h"
-ST_PLUGGABLE(blackbird_cpu1_slot1, "CPU1 Slot1 (8x)");
-ST_PLUGGABLE(blackbird_cpu1_slot2, "CPU1 Slot2 (16x)");
+ST_PLUGGABLE(blackbird_cpu1_slot1, "SLOT1 PCIE 4.0 X16");
+ST_PLUGGABLE(blackbird_cpu1_slot2, "SLOT2 PCIE 4.0 X8");
ST_BUILTIN_DEV(blackbird_builtin_sata, "Builtin SATA");
ST_BUILTIN_DEV(blackbird_builtin_usb, "Builtin USB");
OpenPOWER on IntegriCloud