fix(versal2): align QEMU APU GT frequency with silicon

The APU generic timer frequency in QEMU is now aligned on silicon to the
value of 100MHz.

Signed-off-by: Luc Michel <luc.michel@amd.com>
Change-Id: I4ef0a040c14fdb2fbb3f2d9d4e6ca6ee8ac8e229
This commit is contained in:
Luc Michel 2025-03-28 10:24:29 +01:00 committed by Michal Simek
parent 55ae162fd5
commit f7a380e23c

View file

@ -120,9 +120,6 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
cpu_clock = 112203;
break;
case QEMU:
/* Random values now */
cpu_clock = 3333333;
break;
case SILICON:
cpu_clock = 100000000;
break;