diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-11-21 12:19:54 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-11-25 12:56:13 +0000 |
commit | f107873651ae8e02ddc6858dc9a11149093e47a3 (patch) | |
tree | f8c4ad2e34e658751bd09496b42f119684ec9a9c /BeagleBoardPkg/BeagleBoardPkg.fdf | |
parent | 34e0bceabf623342cccfc49fcf6cfcb3654cd8c8 (diff) | |
download | edk2-platforms-f107873651ae8e02ddc6858dc9a11149093e47a3.tar.xz |
BeagleBoardPkg/BeagleBoardPkg.dsc: remove the LinuxLoader application
The LinuxLoader should no longer be used now that both the ARM and arm64
kernels as well as GRUB have full support for acting as an OS loader in
the UEFI spec sense. So remove it from the Beagle build.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'BeagleBoardPkg/BeagleBoardPkg.fdf')
-rw-r--r-- | BeagleBoardPkg/BeagleBoardPkg.fdf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BeagleBoardPkg/BeagleBoardPkg.fdf b/BeagleBoardPkg/BeagleBoardPkg.fdf index fcaf44abb5..42e097f641 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.fdf +++ b/BeagleBoardPkg/BeagleBoardPkg.fdf @@ -187,9 +187,6 @@ FvNameGuid = d0dd3e90-343d-4cb3-8f69-772214989282 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
INF MdeModulePkg/Application/UiApp/UiApp.inf
- # Legacy Linux Loader
- INF ArmPkg/Application/LinuxLoader/LinuxLoader.inf
-
[FV.FVMAIN_COMPACT]
FvAlignment = 8
|