Skip to content

Commit

Permalink
Merge pull request tianocore#9 from gaozhangfei/usb
Browse files Browse the repository at this point in the history
HiKey: change usb download limit to 500M per time
  • Loading branch information
hzhuang1 committed Apr 16, 2015
2 parents a1fab90 + c39a77d commit 703f01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HisiPkg/HiKeyPkg/HiKey.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Linaro HiKey"
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"PreAlpha"
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"HiKey"
# Flash limit 512M/time, for memory concern
gArmPlatformTokenSpaceGuid.PcdArmFastbootFlashLimit|"0x20000000"
# Flash limit 500M/time, for memory concern
gArmPlatformTokenSpaceGuid.PcdArmFastbootFlashLimit|"524288000"

#
# NV Storage PCDs.
Expand Down

0 comments on commit 703f01d

Please sign in to comment.