soc/qualcomm: Replace <cbfs.h> with <program_loading.h>

Change-Id: I0cd9960be80330b0b0bf476213bdc242db647e98
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61035
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
This commit is contained in:
Elyes HAOUAS 2022-01-12 13:56:47 +01:00 committed by Paul Fagerburg
parent 0a38395715
commit 32727823b5
3 changed files with 3 additions and 3 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_common.h>
#include <soc/clock.h>

View File

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

View File

@ -2,8 +2,8 @@
#include <arch/cache.h>
#include <arch/mmu.h>
#include <cbfs.h>
#include <console/console.h>
#include <program_loading.h>
#include <soc/mmu.h>
#include <soc/mmu_common.h>
#include <soc/shrm.h>