|
|
|
@ -8,11 +8,6 @@
|
|
|
|
|
#include "fsl_flexspi_nor_boot.h"
|
|
|
|
|
#include "fsl_flexspi_nor_config.h"
|
|
|
|
|
|
|
|
|
|
/* Component ID definition, used by tools. */
|
|
|
|
|
#ifndef FSL_COMPONENT_ID
|
|
|
|
|
#define FSL_COMPONENT_ID "platform.drivers.xip_device"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
__attribute__((section(".boot_hdr.ivt")))
|
|
|
|
|
/*************************************
|
|
|
|
|
* IVT Data
|
|
|
|
@ -38,7 +33,6 @@ const BOOT_DATA_T boot_data = {
|
|
|
|
|
PLUGIN_FLAG, /* Plugin flag*/
|
|
|
|
|
0xFFFFFFFF /* empty - extra data word */
|
|
|
|
|
};
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
__attribute__((section(".boot_hdr.conf")))
|
|
|
|
|
// Values copied from https://github.com/PaulStoffregen/cores/blob/ddb23fa5d97dac763bc06e11b9b41f026bd51f0a/teensy4/bootdata.c#L39
|
|
|
|
|