Skip to content

Commit e009e19

Browse files
de-nordicnvlsianpu
authored andcommitted
zephyr: Explicitly select CONFIG_CRC for CONFIG_MCUBOOT_SERIAL
The serial recovery depends on CRC from Zephyr, which it should have been selecting explicitly. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 7ba01c0 commit e009e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig.serial_recovery

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ menuconfig MCUBOOT_SERIAL
1313
select SERIAL
1414
select UART_INTERRUPT_DRIVEN
1515
select BASE64
16+
select CRC
1617
help
1718
If y, enables a serial-port based update mode. This allows
1819
MCUboot itself to load update images into flash over a UART.

0 commit comments

Comments
 (0)