[1/3] kas: Fix architecture selection for bananapi

Message ID 20241207161031.714-2-ubely@ilbers.de
State Accepted, archived
Headers show
Series Select machine before the distro | expand

Commit Message

Uladzimir Bely Dec. 7, 2024, 4:09 p.m. UTC
Due to copy-paste typo arm64 was selected instead of correct armhf.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 kas/machine/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index 43e87f07..a4549476 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -31,7 +31,7 @@  choice
 config MACHINE_BANANAPI
 	bool "bananapi"
 	depends on DEBIAN_BUSTER || DEBIAN_BULLSEYE || DEBIAN_BOOKWORM
-	select ARCH_ARM64
+	select ARCH_ARMHF
 
 config MACHINE_BEAGLEPLAY
 	bool "beagleplay"