Remove WITH_FLASH from common as it's used by client too
This commit is contained in:
@@ -82,7 +82,6 @@ extern uint32_t FLASHMEM_SPIBAUDRATE;
|
|||||||
# define FLASH_MEM_SIGNATURE_OFFSET (FLASH_MEM_MAX_SIZE - FLASH_MEM_SIGNATURE_LEN)
|
# define FLASH_MEM_SIGNATURE_OFFSET (FLASH_MEM_MAX_SIZE - FLASH_MEM_SIGNATURE_LEN)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_FLASH
|
|
||||||
#ifndef T55XX_CONFIG_LEN
|
#ifndef T55XX_CONFIG_LEN
|
||||||
# define T55XX_CONFIG_LEN sizeof( t55xx_config )
|
# define T55XX_CONFIG_LEN sizeof( t55xx_config )
|
||||||
#endif
|
#endif
|
||||||
@@ -102,7 +101,6 @@ extern uint32_t FLASHMEM_SPIBAUDRATE;
|
|||||||
#ifndef DEFAULT_ICLASS_KEYS_OFFSET
|
#ifndef DEFAULT_ICLASS_KEYS_OFFSET
|
||||||
# define DEFAULT_ICLASS_KEYS_OFFSET (FLASH_MEM_MAX_4K_SECTOR - 0x5000)
|
# define DEFAULT_ICLASS_KEYS_OFFSET (FLASH_MEM_MAX_4K_SECTOR - 0x5000)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
// RDV40, validation structure to help identifying that client/firmware is talking with RDV40
|
// RDV40, validation structure to help identifying that client/firmware is talking with RDV40
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user