diff options
Diffstat (limited to 'src/devices/root_device.c')
-rw-r--r-- | src/devices/root_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/root_device.c b/src/devices/root_device.c index 591ba66d5d..8ff2fdeb66 100644 --- a/src/devices/root_device.c +++ b/src/devices/root_device.c @@ -27,6 +27,8 @@ #include <device/pci.h> #include <reset.h> +const char mainboard_name[] = CONFIG_MAINBOARD_VENDOR " " CONFIG_MAINBOARD_PART_NUMBER; + /** * Read the resources for the root device, that encompass the resources for * the entire system. |