summaryrefslogtreecommitdiffstats
path: root/src/device/root_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/root_device.c')
-rw-r--r--src/device/root_device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/root_device.c b/src/device/root_device.c
index 1f51786153c8..d8edbd58bbe3 100644
--- a/src/device/root_device.c
+++ b/src/device/root_device.c
@@ -5,8 +5,6 @@
#include <device/pci.h>
#include <reset.h>
-const char mainboard_name[] = CONFIG_MAINBOARD_VENDOR " " CONFIG_MAINBOARD_PART_NUMBER;
-
void enable_static_device(struct device *dev)
{
if (dev->chip_ops && dev->chip_ops->enable_dev)