From: Keith Packard Date: Sat, 27 Apr 2013 07:23:14 +0000 (-0700) Subject: altos: Make stm-bringup build again X-Git-Tag: 1.2.1~26 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=2e092b383d55bcf9e2a230ccfe85052adb18b254;hp=0b1797312b34ba2b8121f82605f8d2c419167737 altos: Make stm-bringup build again stm requires AO_BOOT_LOADER_BASE now Signed-off-by: Keith Packard --- 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)