Index: Integrity.c =================================================================== diff -u -r492acf8b47f113e426b68c23a3438e428b9fe735 -rf1ad8f4f3a36dc7b744b518564f3a0a04ef90c5c --- Integrity.c (.../Integrity.c) (revision 492acf8b47f113e426b68c23a3438e428b9fe735) +++ Integrity.c (.../Integrity.c) (revision f1ad8f4f3a36dc7b744b518564f3a0a04ef90c5c) @@ -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