diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-08 11:44:50 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-11 18:12:21 +0200 |
commit | 44b9e6152e360e47b7fa1c3bf7b34d32ab2cc52a (patch) | |
tree | 9f1158b491913259d3cb66f25e63cfe7bd529156 /ArmVirtPkg/ArmVirtXen.dsc | |
parent | 30740795ef0e795bb7d7b4dd87e4a8a73e4e9cc4 (diff) | |
download | edk2-44b9e6152e360e47b7fa1c3bf7b34d32ab2cc52a.tar.gz edk2-44b9e6152e360e47b7fa1c3bf7b34d32ab2cc52a.tar.bz2 edk2-44b9e6152e360e47b7fa1c3bf7b34d32ab2cc52a.zip |
ArmVirtPkg: add FdtClientDxe to the ArmVirtPkg platforms
Add FdtClientDxe to the various platforms under ArmVirtPkg, so that the
drivers we will update to depend on the FDT client protocol in subsequent
patches will remain in working order.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtXen.dsc')
-rw-r--r-- | ArmVirtPkg/ArmVirtXen.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirtXen.dsc b/ArmVirtPkg/ArmVirtXen.dsc index f5fcb26875..7bd0d11506 100644 --- a/ArmVirtPkg/ArmVirtXen.dsc +++ b/ArmVirtPkg/ArmVirtXen.dsc @@ -212,6 +212,7 @@ # Platform Driver
#
ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.inf
+ ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
#
# FAT filesystem + GPT/MBR partitioning
|