Skip to content

Commit

Permalink
stm32: stm32mp1: enable fpu feature
Browse files Browse the repository at this point in the history
This flag needs to be set as the target has a Floating Point Unit (FPU).
If it's not set, everything is compiled with soft floating point support
(-msoft-float).

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
  • Loading branch information
thom24 committed Mar 20, 2024
1 parent a1ee598 commit 5847860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/stm32/stm32mp1/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BOARDNAME:=STM32MP1 boards
ARCH:=arm
CPU_TYPE:=cortex-a7
CPU_SUBTYPE=neon-vfpv4
FEATURES+=fpu
KERNEL_IMAGES:=zImage

DEFAULT_PACKAGES += blockdev kmod-gpio-button-hotplug

0 comments on commit 5847860

Please # to comment.