diff -r b42b9ce90ea9 -r 661475905584 brdbootldr/ubootldr/flash_nor.cpp --- a/brdbootldr/ubootldr/flash_nor.cpp Fri Apr 23 22:02:01 2010 +0100 +++ b/brdbootldr/ubootldr/flash_nor.cpp Fri Apr 23 22:08:41 2010 +0100 @@ -28,7 +28,7 @@ #include #include "flash_nor.h" -const TUint KFlashRetries = 1000000; +#define KFlashRetries 1000000 #ifdef __SUPPORT_FLASH_REPRO__ _LIT(KLitThreadName,"Flash");