diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-06 00:09:57 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-22 00:55:21 -0700 |
commit | 6b49f0e0d36e926042d91d2c78066b3d529c739f (patch) | |
tree | b93c6b8b113cda0007e90245b9dd114ac0b550b8 /Vlv2TbltDevicePkg/PlatformPkg.fdf | |
parent | 4ad3006280f694b2b188aaf5a59d318cda1bf1ff (diff) | |
download | edk2-6b49f0e0d36e926042d91d2c78066b3d529c739f.tar.gz |
Vlv2TbltDevicePkg: Convert to build FatPkg from source
Now that FatPkg is open source (and therefore in the EDK II tree) we
can build and use it directly.
Note: Not build tested
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Tim He <tim.he@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformPkg.fdf')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformPkg.fdf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformPkg.fdf b/Vlv2TbltDevicePkg/PlatformPkg.fdf index 53d9dd4ba8..f0c57b8016 100644 --- a/Vlv2TbltDevicePkg/PlatformPkg.fdf +++ b/Vlv2TbltDevicePkg/PlatformPkg.fdf @@ -1,7 +1,7 @@ #/** @file # FDF file of Platform. # -# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR> # # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License that accompanies this distribution. @@ -657,9 +657,8 @@ INF PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf # # FAT file system # -FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F { - SECTION PE32 = FatBinPkg/EnhancedFatDxe/$(EDK_DXE_ARCHITECTURE)/Fat.efi - } +INF FatPkg/EnhancedFatDxe/Fat.inf + # # UEFI Shell # |