From da98c896b3c7946cab3cb81d98a86139e560e11a Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 06:02:05 -0600 Subject: [PATCH] west.yml: update mcuboot to use full path to driver headers Zephyr-specific files in mcuboot break when the drivers subdirectory is no longer present in the include path. Signed-off-by: Peter Bigot --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 5efacfc0d83..0e62ec857a3 100644 --- a/west.yml +++ b/west.yml @@ -77,7 +77,7 @@ manifest: revision: 3776c158fe138a72c97c187e4d31c81c37884be9 path: modules/crypto/mbedtls - name: mcuboot - revision: e96b6873bd8a64185796ac47b941f56dd29b6e3f + revision: 54c1e3fb6ba4dcf7b315943bcfcda1e10a4042f5 path: bootloader/mcuboot - name: mcumgr revision: d4e97cd4fc80ff949415062b1c83fd42929e8fe4