source: rtems/bsps/arm/lm3s69xx/start/bspstarthook.c

Last change on this file was 7427caa, checked in by Sebastian Huber <sebastian.huber@…>, on 12/21/23 at 14:16:47

bsps/arm: Use shared empty bsp_start_hook_0()

Update #4982.

  • Property mode set to 100644
File size: 452 bytes
RevLine 
[e263c16]1/*
[1ed238e]2 * Copyright (c) 2011-2012 Sebastian Huber.  All rights reserved.
[e263c16]3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
[c499856]6 * http://www.rtems.org/license/LICENSE.
[e263c16]7 */
8
[1ed238e]9#include <bsp.h>
[e263c16]10#include <bsp/start.h>
11
[1ed238e]12void BSP_START_TEXT_SECTION bsp_start_hook_1(void)
[e263c16]13{
[1ed238e]14  bsp_start_copy_sections();
[fb0584f]15  bsp_start_clear_bss();
[e263c16]16
17  /* At this point we can use objects outside the .start section */
18}
Note: See TracBrowser for help on using the repository browser.