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:
parent
9c1455d55f
commit
b6c96b101b
@ -16,6 +16,7 @@ CFLAGS += -DRIOTBOOT
|
|||||||
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
|
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
|
||||||
DISABLE_MODULE += core_init core_msg core_panic
|
DISABLE_MODULE += core_init core_msg core_panic
|
||||||
DISABLE_MODULE += auto_init auto_init_%
|
DISABLE_MODULE += auto_init auto_init_%
|
||||||
|
DISABLE_MODULE += pm_layered
|
||||||
|
|
||||||
# avoid using stdio
|
# avoid using stdio
|
||||||
USEMODULE += stdio_null
|
USEMODULE += stdio_null
|
||||||
|
Loading…
Reference in New Issue
Block a user