tick: change tick count to 19200000 65/161165/2
authorHackseung Lee <lhs@dignsys.com>
Wed, 22 Nov 2017 03:53:13 +0000 (12:53 +0900)
committerLee hackseung <lhs@dignsys.com>
Wed, 22 Nov 2017 04:02:59 +0000 (04:02 +0000)
The existing value of 12000000 is 1.6 times faster than real time.

Change-Id: Ibf440cb3bda866709173e4c1948589d29a04912c
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
plat/rpi3/aarch64/rpi3_common.c

index dec2635..77fc938 100644 (file)
@@ -108,7 +108,7 @@ unsigned long plat_get_ns_image_entrypoint(void)
 
 uint64_t plat_get_syscnt_freq(void)
 {
-       return 12000000;
+       return 19200000;
 }
 
 void plat_gic_init(void)