Index: Integrity.c =================================================================== diff -u -r7d94aee7c2fdcce65fdeec1b27afc62f854f2742 -r6006b3013b0a18ea68f6926a75fe882044941ec8 --- Integrity.c (.../Integrity.c) (revision 7d94aee7c2fdcce65fdeec1b27afc62f854f2742) +++ Integrity.c (.../Integrity.c) (revision 6006b3013b0a18ea68f6926a75fe882044941ec8) @@ -35,7 +35,7 @@ // ********** private definitions ********** #ifdef WITH_BOOTLOADER -#define CRC_TABLE_STARTING_ADDR 0x10040 ///< The starting address of CRC table for firmware image. +#define CRC_TABLE_STARTING_ADDR 0x10020 ///< The starting address of CRC table for firmware image. #else #define CRC_TABLE_STARTING_ADDR 0x20 ///< The starting address of CRC table for firmware image. #endif // WITH_BOOTLOADER