summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/start/bspstarthooks.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2023-04-12 17:34:31 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2023-07-24 14:41:06 +0200
commit4a3ace7c7a464409cc5da859a04e2d3ba533b69a (patch)
tree978793787e4550ee92f97dcbacc5bbea52492d2c /bsps/arm/imxrt/start/bspstarthooks.c
parentbsps/imsrt: Make flash config more flexible (diff)
downloadrtems-4a3ace7c7a464409cc5da859a04e2d3ba533b69a.tar.bz2
bsps/imxrt: Add imxrt1166_cm7_saltshaker BSP
The BSP is for a custom i.MXRT1166 based board. At the moment, only the cortex M7 is supported.
Diffstat (limited to 'bsps/arm/imxrt/start/bspstarthooks.c')
-rw-r--r--bsps/arm/imxrt/start/bspstarthooks.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bsps/arm/imxrt/start/bspstarthooks.c b/bsps/arm/imxrt/start/bspstarthooks.c
index 4814373641..c10d0dbcfe 100644
--- a/bsps/arm/imxrt/start/bspstarthooks.c
+++ b/bsps/arm/imxrt/start/bspstarthooks.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Copyright (C) 2013, 2018 embedded brains GmbH & Co. KG
+ * Copyright (c) 2013-2023 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -35,8 +35,6 @@
BSP_START_TEXT_SECTION void bsp_start_hook_0(void)
{
- /* FIXME: Initializing SDRAM is currently done by DCD. It would be more user
- * friendly if that would be done here with a readable structure. */
if ((SCB->CCR & SCB_CCR_IC_Msk) == 0) {
SCB_EnableICache();
}