altos: Use explicit boot loader signal in ao_boot_reboot
[fw/altos] / src / lpc / ao_boot.h
index e0ed4de78cabc9f0a119639ecf51b3fa2ec1de78..62392d254d6461604e4c34947be99b2b56cf50e0 100644 (file)
@@ -31,9 +31,11 @@ ao_boot_check_chain(void);
 void
 ao_boot_reboot(uint32_t *base);
 
+#define AO_BOOT_FORCE_LOADER   ((uint32_t *) 0)
+
 static inline void
 ao_boot_loader(void) {
-       ao_boot_reboot(AO_BOOT_LOADER_BASE);
+       ao_boot_reboot(AO_BOOT_FORCE_LOADER);
 }
 
 #endif /* _AO_BOOT_H_ */