X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Flib%2Ftosboot%2Fmicaz%2FTOSBoot_platform.h;h=1747746144e3bdbec4aa185b88192c2d9caddbfc;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=91300751999fd25c4b76d0d1a5c14e35a9f2a282;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/lib/tosboot/micaz/TOSBoot_platform.h b/tos/lib/tosboot/micaz/TOSBoot_platform.h index 91300751..17477461 100644 --- a/tos/lib/tosboot/micaz/TOSBoot_platform.h +++ b/tos/lib/tosboot/micaz/TOSBoot_platform.h @@ -29,14 +29,10 @@ #define __TOSBOOT_PLATFORM_H__ enum { - // address of TOSBoot args in internal flash - TOSBOOT_ARGS_ADDR = 0xff0, - // number of resets to force golden image - TOSBOOT_GESTURE_MAX_COUNT = 3, - // address of the golden image in external flash - TOSBOOT_GOLDEN_IMG_ADDR = 0x0L, - // size of each internal program flash page - TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE, + TOSBOOT_ARGS_ADDR = 0xff0, // address of TOSBoot args in internal flash + TOSBOOT_GESTURE_MAX_COUNT = 3, // number of resets to force golden image + TOSBOOT_GOLDEN_IMG_ADDR = 0x0L, // address of the golden image in external flash + TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE, // size of each internal program flash page }; enum {