From 0039819f46e71a2f549b7a418dc5440fb04156b6 Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Wed, 24 May 2017 16:00:51 +1000 Subject: mem_region: rename HW_RESERVE to FW_RESERVE Currently all existing reservations are made by hostboot itself or on behalf of some other part of system firmware (e.g. the OCCs). We want to add a "true" hardware reservation type that should not be touched by the host OS. To prepare for that this patch renames the existing reservation type to refect it's actual usage. Signed-off-by: Oliver O'Halloran Signed-off-by: Stewart Smith --- hdata/test/stubs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hdata/test') diff --git a/hdata/test/stubs.c b/hdata/test/stubs.c index 0777730..e3b0fdf 100644 --- a/hdata/test/stubs.c +++ b/hdata/test/stubs.c @@ -99,7 +99,6 @@ STUB(op_display); STUB(fsp_preload_lid); STUB(fsp_wait_lid_loaded); STUB(fsp_adjust_lid_side); -STUB(backtrace); /* Add HW specific stubs here */ static void noop_function(void) {} @@ -107,4 +106,4 @@ static void noop_function(void) {} void fnname(void) __attribute__((weak, alias ("noop_function"))) NOOP_STUB(early_uart_init); -NOOP_STUB(mem_reserve_hw); +NOOP_STUB(mem_reserve_fw); -- cgit v1.1