From: andrewfish Date: Wed, 2 Feb 2011 22:37:37 +0000 (+0000) Subject: Update to match changes in the ArmPkg. X-Git-Tag: edk2-stable201903~15181 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6111eb855592438cc6f2da44e5887f8065bcef6e Update to match changes in the ArmPkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11294 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ArmPlatformPkg/Bds/BdsEntry.c b/ArmPlatformPkg/Bds/BdsEntry.c index d126710df1..a2917a565d 100644 --- a/ArmPlatformPkg/Bds/BdsEntry.c +++ b/ArmPlatformPkg/Bds/BdsEntry.c @@ -13,7 +13,6 @@ **/ #include -#include #include #include #include @@ -21,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S b/BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S index c8deed83b4..94291fc52c 100644 --- a/BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S +++ b/BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S @@ -19,8 +19,7 @@ .align 3 .globl ASM_PFX(CEntryPoint) -.globl ASM_PFX(_ModuleEntryPoint) -INTERWORK_FUNC(_ModuleEntryPoint) +GCC_ASM_EXPORT(_ModuleEntryPoint) ASM_PFX(_ModuleEntryPoint):