The Chipset/ sub-directories no longer exist and the code has been moved into MdePkg. Update the includes accordingly.
Signed-off-by: Ard Biesheuvel <a...@kernel.org> --- Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S index 46c1498b969f..505ee0a5ce07 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S +++ b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S @@ -7,7 +7,8 @@ #include <AsmMacroIoLib.h> -#include <Chipset/ArmV7.h> +#include <Arm/AArch32.h> +#include <Arm/AArch32Mmu.h> ASM_FUNC(_ModuleEntryPoint) // Do early platform specific actions -- 2.46.0.rc1.232.g9752f9e123-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120146): https://edk2.groups.io/g/devel/message/120146 Mute This Topic: https://groups.io/mt/107643974/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-