X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-bringup%2Fao.h;h=29d0d71632d5b92197bb249617f5e519da1b0eeb;hb=eb70e334ffc77e737bb21ab3fe777a982d80ee3b;hp=27204faefbd8820d61bb1b8a609a8ad9194e9d2d;hpb=4b13d3c659240e5a8347b1ba7ab0bf1d8355eba3;p=fw%2Faltos diff --git a/src/stm-bringup/ao.h b/src/stm-bringup/ao.h index 27204fae..29d0d716 100644 --- a/src/stm-bringup/ao.h +++ b/src/stm-bringup/ao.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,3 +17,5 @@ */ #define ao_panic(n) for(;;); + +#define AO_BOOT_LOADER_BASE ((uint32_t *) 0x0)