Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 04344b4696de8fbdd795fa2d692c72d82ee85d62
      
https://github.com/tianocore/edk2/commit/04344b4696de8fbdd795fa2d692c72d82ee85d62
  Author: Sudeep Holla <sudeep.ho...@arm.com>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec

  Log Message:
  -----------
  ArmPlatformPkg/ArmVExpressPkg: add missing '0x' prefix to hex value

Interestingly the build used to succeed even with missing leading '0x'
prefix for a hex value before the commit 0613ccbd1357
("CorebootPayloadPkg/PciHostBridgeLib: Fix the wrong PCI resource limit")

With the above commit, luckily we get
  ...
  raise BadExpression(ERR_ARRAY_ELE % self._Token)
  BadExpression: This must be HEX value for NList or Array: [e6].

This patch fixes the above error by adding the missing '0x' prefix to
the hex value.

Cc: Yonghong Zhu <yonghong....@intel.com>
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>
Cc: Leif Lindholm <leif.lindh...@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Sudeep Holla <sudeep.ho...@arm.com>
Reviewed-by: Leif Lindholm <leif.lindh...@linaro.org>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to