Skip to content

Commit

Permalink
bootloaders/riotboot: set RIOTBOOT_MINIMAL
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 20, 2024
1 parent a4026b7 commit 7e25fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootloaders/riotboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ APPLICATION = riotboot
# Include riotboot flash partition functionality
USEMODULE += riotboot_slot

# We don't want to re-configure any hardware
CFLAGS += -DDISABLE_BOARD_INIT
CFLAGS += -DDISABLE_CPU_INIT

include ../riotboot_common.mk

0 comments on commit 7e25fce

Please sign in to comment.