summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 00:23:14 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commit2e092b383d55bcf9e2a230ccfe85052adb18b254 (patch)
treedcc54448e42ba578770b2b75806abbbd1aef8d6f
parent0b1797312b34ba2b8121f82605f8d2c419167737 (diff)
altos: Make stm-bringup build again
stm requires AO_BOOT_LOADER_BASE now Signed-off-by: Keith Packard <keithp@keithp.com>
-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)