mirror of https://github.com/acidanthera/audk.git
BeagleBoardPkg: Fix build
Was still pointing to the former FDF filename. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12478 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
46e5da2c26
commit
839864b216
|
@ -27,7 +27,7 @@
|
|||
SUPPORTED_ARCHITECTURES = ARM
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg-next.fdf
|
||||
FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf
|
||||
|
||||
|
||||
[LibraryClasses.common]
|
||||
|
|
Loading…
Reference in New Issue