arch/arm/src/tiva: start FPU before gpio config
This commit is contained in:
parent
aad2f97587
commit
3fea2923d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user