comparison src/cs/system/main/gcc/bootentry.S @ 166:7409b22cac61

fc-target.cfg config header renamed to more sensible fc-target.h
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Apr 2019 00:56:07 +0000
parents 2c82c413775f
children cb0f52ffd94f
comparison
equal deleted inserted replaced
165:2c82c413775f 166:7409b22cac61
2 * This assembly module is our counterpart to TI's int.s: all boot entry 2 * This assembly module is our counterpart to TI's int.s: all boot entry
3 * point code that needs to be at the beginning of the flash resides here. 3 * point code that needs to be at the beginning of the flash resides here.
4 */ 4 */
5 5
6 #include "asm_defs.h" 6 #include "asm_defs.h"
7 #include "fc-target.cfg" 7 #include "fc-target.h"
8 8
9 #if defined(FLASH) && !defined(CONFIG_TARGET_COMPAL) 9 #if defined(FLASH) && !defined(CONFIG_TARGET_COMPAL)
10 /* 10 /*
11 * Put something sensible in the boot ROM overlay area, just for the 11 * Put something sensible in the boot ROM overlay area, just for the
12 * heck of it, or for extra robustness. 12 * heck of it, or for extra robustness.