Sign in

xiemeng / Optek_sdk_131 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Optek_sdk_131
  • source
  • common
  • flash_boot.h
  • Initial code
    7e937523
    luozhesi authored
    2021-05-12 09:32:43 +0800  
    Browse Files »
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