source: rtems/bsps/arm/gumstix/start/bspreset.c @ a3fe23c

5
Last change on this file since a3fe23c was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 355 bytes
Line 
1/*
2 *  By Yang Xi <hiyangxi@gmail.com>.
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/bootcard.h>
11#include <pxa255.h>
12
13void bsp_reset( void )
14{
15#if ON_SKYEYE == 1
16  SKYEYE_MAGIC_ADDRESS = 0xff;
17#endif
18}
Note: See TracBrowser for help on using the repository browser.