Skip to content

Commit

Permalink
added some CONFIG_ARMV8_DEPRECATED config options for the aarch64
Browse files Browse the repository at this point in the history
kernel_defconfig so that 32bit armhf binaries can be used again.
This refs #903.
  • Loading branch information
jens-maus committed Oct 11, 2020
1 parent b1133ad commit c42bcb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildroot-external/board/raspberrypi4/kernel_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ CONFIG_PROFILING=y
CONFIG_ARCH_BCM2835=y
CONFIG_SECCOMP=y
CONFIG_COMPAT=y
CONFIG_ARMV8_DEPRECATED=y
CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y
# CONFIG_SUSPEND is not set
CONFIG_PM=y
CONFIG_CPU_IDLE=y
Expand Down

0 comments on commit c42bcb2

Please sign in to comment.