mcuboot/boot
Marti Bolivar 836768b2da zephyr: fix do_boot() warning on ARM
Commit 7238f51 ("zephyr: add support for x86 booting method")
introduced a backend-specific do_boot() function. On ARM, this casts
to an undefined type 'struct vector_table*'.  Fix this by using the
'struct arm_vector_table*' introduced in that patch.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-03-16 15:14:21 -04:00
..
boot_serial Move packages into "boot" top-level directory. 2016-12-12 17:51:23 -08:00
bootutil Merge pull request #21 from ccollins476ad/assert-flash-ops 2017-03-14 17:42:35 +01:00
zephyr zephyr: fix do_boot() warning on ARM 2017-03-16 15:14:21 -04:00