aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/src/device/root_device.c b/src/device/root_device.c
index b0b6712ebb..e006bf9137 100644
--- a/src/device/root_device.c
+++ b/src/device/root_device.c
@@ -147,7 +147,7 @@ static void root_dev_scan_bus(struct device *bus)
static void root_dev_reset(struct bus *bus)
{
printk(BIOS_INFO, "Resetting board...\n");
- hard_reset();
+ board_reset();
}
#if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES)