Merge "fix(versal): kernel QEMU boot is failing on versal platform" into integration

This commit is contained in:
Joanna Farley 2024-09-17 11:56:33 +02:00 committed by TrustedFirmware Code Review
commit 000d80b5a8
2 changed files with 0 additions and 5 deletions

View file

@ -100,8 +100,6 @@ uint32_t get_uart_clk(void)
uart_clock = 212000;
break;
case VERSAL_QEMU:
uart_clock = 25000000;
break;
case VERSAL_SILICON:
uart_clock = 100000000;
break;

View file

@ -93,9 +93,6 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
cpu_clock = 212000;
break;
case VERSAL_QEMU:
/* Random values now */
cpu_clock = 2720000;
break;
case VERSAL_SILICON:
cpu_clock = 100000000;
break;