diff options
Diffstat (limited to 'src/lpc/ao_boot.h')
| -rw-r--r-- | src/lpc/ao_boot.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lpc/ao_boot.h b/src/lpc/ao_boot.h index e0ed4de7..62392d25 100644 --- a/src/lpc/ao_boot.h +++ b/src/lpc/ao_boot.h @@ -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_ */  | 
