diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-27 00:23:14 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-07 21:30:26 -0700 |
commit | 2e092b383d55bcf9e2a230ccfe85052adb18b254 (patch) | |
tree | dcc54448e42ba578770b2b75806abbbd1aef8d6f /src | |
parent | 0b1797312b34ba2b8121f82605f8d2c419167737 (diff) |
altos: Make stm-bringup build again
stm requires AO_BOOT_LOADER_BASE now
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-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) |