diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-04 13:43:58 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-04 13:43:58 +0000 |
commit | 60884a0ae3162adac8d3046c4645f4739fabac89 (patch) | |
tree | 01bad5587aa66f27fb5b2be25b5506efdd9d0271 /BeagleBoardPkg/Sec | |
parent | fb42fffeb854aa2de56b1cdcb4d4f3ba61935652 (diff) | |
download | edk2-platforms-60884a0ae3162adac8d3046c4645f4739fabac89.tar.xz |
BeagleBoardPkg: Fix build
BeagleBoardPkg: Switch to ArmPLatformPkg/Bds
The ArmPlatformPkg/Bds is able to boot Linux. Set the default boot device
for the BeagleBoardc to the SD card.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11971 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/Sec')
-rw-r--r-- | BeagleBoardPkg/Sec/Sec.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BeagleBoardPkg/Sec/Sec.inf b/BeagleBoardPkg/Sec/Sec.inf index dafcdfd2d9..a3fc192c2f 100644 --- a/BeagleBoardPkg/Sec/Sec.inf +++ b/BeagleBoardPkg/Sec/Sec.inf @@ -49,6 +49,8 @@ OmapLib PeCoffGetEntryPointLib DebugAgentLib + MemoryAllocationLib + PrePiHobListPointerLib [FeaturePcd] gEmbeddedTokenSpaceGuid.PcdCacheEnable |