Platforms/HiKey960: adjust time interval

Make timer interval as 100us. Then it speeds up usb download speed since
it's depend on timer interval.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
diff --git a/Platforms/Hisilicon/HiKey960/HiKey960.dsc b/Platforms/Hisilicon/HiKey960/HiKey960.dsc
index 6c60583..b079b7d 100644
--- a/Platforms/Hisilicon/HiKey960/HiKey960.dsc
+++ b/Platforms/Hisilicon/HiKey960/HiKey960.dsc
@@ -282,6 +282,9 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"Alpha"

   gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"HiKey960"

 

+  # TimerPeriod

+  gEmbeddedTokenSpaceGuid.PcdTimerPeriod|1000

+

   # System Memory (3GB)

   gArmTokenSpaceGuid.PcdSystemMemoryBase|0x00000000

   gArmTokenSpaceGuid.PcdSystemMemorySize|0xC0000000