]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BeagleBoardPkg: reroute Firmware Vendor Pcd to MdeModulePkg
authorLeif Lindholm <leif.lindholm@linaro.org>
Fri, 26 Jan 2018 17:25:56 +0000 (17:25 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Fri, 26 Jan 2018 17:37:09 +0000 (17:37 +0000)
Commit f9669f09fb53 ("ArmPlatformPkg: retire obsolete PCDs") got rid of
the unfortunate ARM-specific variant of PcdFirmwareVendor.

However, BeagleBoard was still using it, so the change broke the build.
Fix this by moving BeagleBoard to use the MdeModulePkg one instead.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
BeagleBoardPkg/BeagleBoardPkg.dsc

index 5d87ee389124ef3e1b49069723eb72a094e6a3cc..039c4ad62deb22d9c5a4432593803a907ab7148e 100644 (file)
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
 \r
 [PcdsFixedAtBuild.common]\r
-  gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"\r
 \r
   gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
   gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r