system: Remove CNTFRQ_EL0 write from arm64 boot
[gem5.git] / system / arm / bootloader / arm64 / boot.S
index fa7acdb5829195744506cba3ceef5030c7b6db1f..b3baa71b0d9b4ef1be5315bbb3c4bab1dfc3cd78 100644 (file)
@@ -40,8 +40,6 @@
 
         .globl _start
 _start:
-        ldr    x0, =CNTFRQ
-        msr    cntfrq_el0, x0
         /*
          * EL3 initialisation
          */