summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 00:23:14 -0700
committerKeith Packard <keithp@keithp.com>2013-04-27 00:23:14 -0700
commitd7e646aff1c035d19298f6c73dcddda8b045c055 (patch)
tree065e17206da189c49e222efdc0cb1c2c40bd072e /src
parent411bfefa17ac4f7e7708667d4daf9454fb9a82d8 (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.h2
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)