flash_boot.h 253 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 #ifndef _FLASH_BOOT_H #define _FLASH_BOOT_H #undef BOOT_FROM_FLASH #define BOOT_FROM_FLASH #ifdef BOOT_FROM_FLASH #define WATCH_DOG #endif #ifndef BOOT_FROM_FLASH #define SDRAM_ENABLE #endif #define FLASH_BOOT1_CONFIG_USED #endif //_FLASH_BOOT_H