From 852ac62f47cce2d442f9296641fcda9cfecce041 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sun, 12 Jan 2020 22:02:46 +0000 Subject: Fix PCIe slot labelling Thanks to Stewart Smith for catching this! --- platforms/astbmc/blackbird.c | 4 ++-- 1 file 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"); -- cgit v1.2.3