From 2e092b383d55bcf9e2a230ccfe85052adb18b254 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 27 Apr 2013 00:23:14 -0700 Subject: [PATCH] altos: Make stm-bringup build again stm requires AO_BOOT_LOADER_BASE now Signed-off-by: Keith Packard --- src/stm-bringup/ao.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2