summaryrefslogtreecommitdiff
path: root/platform/devices/MCIMX7D/startup/gcc/startup_MCIMX7D_M4.S
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-05-08 16:16:14 -0700
committerStefan Agner <stefan.agner@toradex.com>2017-05-16 12:34:21 -0700
commita1efb7f2ebf90307a692a1f54a03bd14714371f5 (patch)
tree9450f3ce2068f26291a2813732d51be589900de2 /platform/devices/MCIMX7D/startup/gcc/startup_MCIMX7D_M4.S
parent9206d2483dd242cd4973c7d8845f2be4f44ff60b (diff)
use OCRAM_S for interrupt vectors by default
The Cortex-M4 core starts executing at 0x00000000, which is OCRAM_S. So far the bootloader (bootaux) copied the reset vector and the initial stack pointer to that location, however, this does not work well when using debuggers. Also, newer U-Boot support elf loading, which allow to load the reset vector directly to the right location. It also safes some bytes in the area where the firmware is stored. This basically mandantes to use elf files since bin firmware files can not be sparse... Hence disable building bin files by default. Preserve the old linker files with _bin extension in case bin files are still preferred. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'platform/devices/MCIMX7D/startup/gcc/startup_MCIMX7D_M4.S')
0 files changed, 0 insertions, 0 deletions