altos: Make stm-bringup build again
authorKeith Packard <keithp@keithp.com>
Sat, 27 Apr 2013 07:23:14 +0000 (00:23 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 8 May 2013 04:30:26 +0000 (21:30 -0700)
stm requires AO_BOOT_LOADER_BASE now

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm-bringup/ao.h

index 27204faefbd8820d61bb1b8a609a8ad9194e9d2d..2c7d5282f0e7d23386ee6a4c194ceb41f1481649 100644 (file)
@@ -16,3 +16,5 @@
  */
 
 #define ao_panic(n)    for(;;);
+
+#define AO_BOOT_LOADER_BASE               ((uint32_t *) 0x0)