1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

riotboot: disable pm_layered

On `same54-xpro` this saves 212 bytes of ROM.
This commit is contained in:
Benjamin Valentin 2021-01-27 11:55:13 +01:00
parent 9c1455d55f
commit b6c96b101b

View File

@ -16,6 +16,7 @@ CFLAGS += -DRIOTBOOT
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
DISABLE_MODULE += core_init core_msg core_panic
DISABLE_MODULE += auto_init auto_init_%
DISABLE_MODULE += pm_layered
# avoid using stdio
USEMODULE += stdio_null