arch/arm/src/tiva: start FPU before gpio config

This commit is contained in:
Filipe Cavalcanti 2023-05-31 08:19:49 -03:00 committed by Xiang Xiao
parent aad2f97587
commit 3fea2923d7

View File

@ -108,9 +108,9 @@ void __start(void)
/* Configure the UART so that we can get debug output as soon as possible */
arm_fpuconfig();
tiva_clock_configure();
tiva_lowsetup();
arm_fpuconfig();
showprogress('A');
/* Clear .bss. We'll do this inline (vs. calling memset) just to be