source: rtems/bsps/powerpc/gen83xx/start/bspreset.c @ 9964895

5
Last change on this file since 9964895 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: 415 bytes
RevLine 
[2fb1805]1/*
2 * Copyright (c) 2008
3 * Embedded Brains GmbH
4 * Obere Lagerstr. 30
5 * D-82178 Puchheim
6 * Germany
7 * rtems@embedded-brains.de
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
[c499856]11 *  http://www.rtems.org/license/LICENSE.
[2fb1805]12 */
13
14#include <bsp.h>
15#include <bsp/bootcard.h>
16
[faad192]17#include <mpc83xx/mpc83xx.h>
18
[2fb1805]19void bsp_reset(void)
20{
[faad192]21  mpc83xx_reset();
[2fb1805]22}
Note: See TracBrowser for help on using the repository browser.