summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/boards
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-01-18 18:06:56 -0800
committerScott Shawcroft <scott@tannewt.org>2020-01-18 18:06:56 -0800
commit1c3960634520749180e349cee5fe4ea76fb75937 (patch)
tree01d8ff4f9709f820990371f0dcc5f1921bc8eb15 /ports/mimxrt10xx/boards
parent834259a2cf0da61a9e5a72e49abf8bc0eb62dcda (diff)
Fix other builds missing new heap bounds functions
Diffstat (limited to 'ports/mimxrt10xx/boards')
-rw-r--r--ports/mimxrt10xx/boards/imxrt1010_evk/flash_config.c6
-rw-r--r--ports/mimxrt10xx/boards/imxrt1060_evk/flash_config.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/ports/mimxrt10xx/boards/imxrt1010_evk/flash_config.c b/ports/mimxrt10xx/boards/imxrt1010_evk/flash_config.c
index 805e62f01..7e8fb75b2 100644
--- a/ports/mimxrt10xx/boards/imxrt1010_evk/flash_config.c
+++ b/ports/mimxrt10xx/boards/imxrt1010_evk/flash_config.c
@@ -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
diff --git a/ports/mimxrt10xx/boards/imxrt1060_evk/flash_config.c b/ports/mimxrt10xx/boards/imxrt1060_evk/flash_config.c
index c51c59a51..7e046d494 100644
--- a/ports/mimxrt10xx/boards/imxrt1060_evk/flash_config.c
+++ b/ports/mimxrt10xx/boards/imxrt1060_evk/flash_config.c
@@ -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")))
/*************************************
@@ -39,7 +34,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