diff options
| -rw-r--r-- | src/stm-bringup/ao.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm-bringup/ao.h b/src/stm-bringup/ao.h index 27204fae..2c7d5282 100644 --- a/src/stm-bringup/ao.h +++ b/src/stm-bringup/ao.h @@ -16,3 +16,5 @@   */  #define ao_panic(n)	for(;;); + +#define AO_BOOT_LOADER_BASE               ((uint32_t *) 0x0)  | 
