boards/arm/a1x: Remove the check CONFIG_ARCH_FPU around arm_fpuconfig

forget in below change:
commit df5a8a53ae
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date:   Tue Apr 12 03:18:46 2022 +0800

    arch/arm: Move FPU initialization to common place

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-04-14 12:29:53 +08:00 committed by Petro Karashchenko
parent 1b13d1b440
commit 382b6d3b6f
1 changed files with 0 additions and 2 deletions

View File

@ -26,10 +26,8 @@ index 3cc6323..ad42790 100644
/* Initialize the FPU */
#ifdef CONFIG_ARCH_FPU
+syslog(LOG_INFO, "Calling arm_fpuconfig\n"); // REMOVE ME
arm_fpuconfig();
#endif
/* Perform common, low-level chip initialization (might do nothing) */