From ea619425eebd17d9a850792cda598432cb139689 Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Tue, 23 Nov 2021 08:43:25 +0000 Subject: commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ Libpayload requires cbmem_id.h file to support extracting values from CBMEM IMD entries of coreboot tables. Libpayload use BSD-3-Clause license, and all of its files used to compile a static library have to use it too. Change-Id: I97c080e34ebdbcdf14fe3a3c9515b1dea8ede179 Signed-off-by: Jakub Czapiga Reviewed-on: https://review.coreboot.org/c/coreboot/+/59696 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- tests/lib/cbmem_stage_cache-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/cbmem_stage_cache-test.c b/tests/lib/cbmem_stage_cache-test.c index 8a07e6fabe..070f4318ca 100644 --- a/tests/lib/cbmem_stage_cache-test.c +++ b/tests/lib/cbmem_stage_cache-test.c @@ -2,7 +2,7 @@ #include #include -#include +#include #include #define CBMEM_SIZE (32 * KiB) -- cgit v1.2.3