Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/68052 )
Change subject: lib/prog_loaders.c: Clean up includes ......................................................................
lib/prog_loaders.c: Clean up includes
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I00e9636fa49c402f38119ba0bfc85c8c193fec12 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68052 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com --- M src/lib/prog_loaders.c 1 file changed, 14 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c index 01775b9..08ba66a 100644 --- a/src/lib/prog_loaders.c +++ b/src/lib/prog_loaders.c @@ -9,11 +9,10 @@ #include <program_loading.h> #include <reset.h> #include <rmodule.h> +#include <security/vboot/vboot_common.h> #include <stage_cache.h> #include <symbols.h> -#include <thread.h> #include <timestamp.h> -#include <security/vboot/vboot_common.h>
void run_romstage(void) {