From 843f34e32a7c4e5da7ee2ef2cf402d52a8a1f4fc Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 1 Jun 2022 11:30:31 +0100 Subject: [PATCH] soc/intel/apollolake: Correct the maximum number of Heci devices Both APL and GLK have 3 Heci devices. Signed-off-by: Sean Rhodes Change-Id: I7dc7afb4d2906838a478083b466b36aa78ec49a8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64859 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/apollolake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 05cc3a6136..602c810e81 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -134,7 +134,7 @@ config DISABLE_HECI1_AT_PRE_BOOT config MAX_HECI_DEVICES int - default 1 + default 3 config MAX_CPUS int