source: rtems/bsps/arm/beagle/start/bspstarthooks.c @ ba619b7f

Last change on this file since ba619b7f was ba619b7f, checked in by Joel Sherrill <joel@…>, on 03/01/22 at 21:38:20

bsps/arm/: Scripted embedded brains header file clean up

Updates #4625.

  • Property mode set to 100644
File size: 503 bytes
Line 
1/*
2 * Copyright (c) 2013 embedded brains GmbH.  All rights reserved.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#include <bsp.h>
10#include <bsp/start.h>
11#include <bsp/arm-cp15-start.h>
12
13BSP_START_TEXT_SECTION void bsp_start_hook_0(void)
14{
15}
16
17BSP_START_TEXT_SECTION void bsp_start_hook_1(void)
18{
19  bsp_start_copy_sections();
20  beagle_setup_mmu_and_cache();
21  bsp_start_clear_bss();
22}
Note: See TracBrowser for help on using the repository browser.