commit | 0165be8ba8ce4b910d2cb6d0b329d724e62fbc4b | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Mon Mar 26 17:43:51 2018 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Mar 27 10:12:11 2018 -0300 |
tree | 100edadc89ccd6da97f8d6806ab7786727a9dc19 | |
parent | efd783cf971a4712490b22d2d4efcd1cd91e8d3f [diff] [blame] |
boot_serial: zephyr: Use new base64 library Instead of relying on mbedTLS' base64 codec, use the new Zephyr base64 library. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index 4db769e..33b5b8c 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig
@@ -33,6 +33,7 @@ select REBOOT select UART_INTERRUPT_DRIVEN select SERIAL + select BASE64 select NEWLIB_LIBC help Enable serial recovery feature in mcuboot.