summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/start/bspreset.c
blob: ad79a361bd66302ed5d1b21f2c3a87051cd1acf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2008 embedded brains GmbH.  All rights reserved.
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */

#include <bsp.h>
#include <bsp/bootcard.h>

#include <mpc83xx/mpc83xx.h>

void bsp_reset(void)
{
  mpc83xx_reset();
}