Skip to content

Commit

Permalink
reset to standard, pi support works
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 18, 2024
1 parent 0a164a4 commit 6e5d02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e5d02e

Please sign in to comment.