From 6e5d02eeb1e9b861d3ef722497bd189099788aff Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:20:16 +0200 Subject: [PATCH] reset to standard, pi support works --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f6a5dd..cad6ae1 100644 --- a/Makefile +++ b/Makefile @@ -166,9 +166,9 @@ CONFIG_SECURE_DMA = n CONFIG_SECURE_DMA_MEM_ADDR = 0 CONFIG_SECURE_DMA_MEM_SIZE = 3686400 ###################### Platform Related ####################### -CONFIG_PLATFORM_I386_PC = n +CONFIG_PLATFORM_I386_PC = y CONFIG_PLATFORM_ARM_GENERIC = n -CONFIG_PLATFORM_ARM_RPI = y +CONFIG_PLATFORM_ARM_RPI = n CONFIG_PLATFORM_ARM64 = n CONFIG_PLATFORM_ARM64_RPI = n CONFIG_PLATFORM_ANDROID_X86 = n