mcuboot/boot/zephyr
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
..
include flash_map: delete obsolete flash_map* declarations 2017-02-10 16:44:41 -05:00
targets Move arduino_101.conf to boot/zephyr/. 2017-03-16 15:06:20 -04:00
Makefile zephyr: restructure the build process to use board config files 2017-01-19 10:26:40 -02:00
arduino_101.conf Move arduino_101.conf to boot/zephyr/. 2017-03-16 15:06:20 -04:00
flash_map.c zephyr: fix flash_area_erase() 2017-02-10 15:33:14 -08:00
hal_flash.c hal_flash.c: delete obsolete comment 2017-02-10 16:44:41 -05:00
keys.c zephyr: Support RSA, and ECDSA P-256 signing 2017-02-02 08:39:18 -07:00
main.c zephyr: fix do_boot() warning on ARM 2017-03-16 15:14:21 -04:00
os.c zephyr: use SYS_LOG instead of printk 2017-01-19 19:51:35 -02:00
prj-p256.conf zephyr: disable multithreading 2017-03-15 10:16:17 -07:00
prj.conf zephyr: disable multithreading 2017-03-15 10:16:17 -07:00