You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweak if/else chain so that:
- single_loader.c and ram_load.c are included if
CONFIG_SINGLE_APPLICATION_SLOT_RAM_LOAD=y.
- single_loader.c is included if CONFIG_SINGLE_APPLICATION_SLOT=y
- ram_load.c is included if CONFIG_BOOT_RAM_LOAD=y and
CONFIG_SINGLE_APPLICATION_SLOT_RAM_LOAD=n and
CONFIG_SINGLE_APPLICATION_SLOT=n.
Without this patch, having both CONFIG_SINGLE_APPLICATION_SLOT_RAM_LOAD
and CONFIG_SINGLE_APPLICATION_SLOT would not include ram_load.c.
Signed-off-by: Ederson de Souza <[email protected]>
0 commit comments