soc/qualcomm/sc7180/aop_load_reset.c: Add missing <program_loading.h>

Change-Id: Ibb4bf488d9398240bf54f12b5b90d0f2a5a9119b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50196
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2021-02-01 18:52:53 +01:00 committed by Patrick Georgi
parent a11675c42b
commit 560384fe96
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <cbfs.h>
#include <console/console.h>
#include <program_loading.h>
#include <soc/mmu.h>
#include <soc/aop.h>
#include <soc/clock.h>