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 <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
7ba01c0de7
commit
e009e19bd9
|
@ -13,6 +13,7 @@ menuconfig MCUBOOT_SERIAL
|
|||
select SERIAL
|
||||
select UART_INTERRUPT_DRIVEN
|
||||
select BASE64
|
||||
select CRC
|
||||
help
|
||||
If y, enables a serial-port based update mode. This allows
|
||||
MCUboot itself to load update images into flash over a UART.
|
||||
|
|
Loading…
Reference in New Issue