From 3ed016f08faa011736443f3b39bf68187d974781 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 6 Mar 2023 11:12:37 +1100 Subject: internal: Move is_laptop into board_cfg Change-Id: I24e38e4457299934acdcd70325d0bf0f4b139e5f Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/73455 Reviewed-by: Sam McNally Tested-by: build bot (Jenkins) --- include/programmer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/programmer.h') diff --git a/include/programmer.h b/include/programmer.h index 047f49a5..157de2e2 100644 --- a/include/programmer.h +++ b/include/programmer.h @@ -161,6 +161,7 @@ enum board_match_phase { }; struct board_cfg { + int is_laptop; }; struct board_match { @@ -266,7 +267,6 @@ extern int superio_count; #endif #if CONFIG_INTERNAL == 1 -extern int g_is_laptop; extern bool g_laptop_ok; extern bool force_boardmismatch; void probe_superio(void); -- cgit v1.2.3