summaryrefslogtreecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/start/bspstart.c
blob: 563cfb53ee47e1582ce83f669be592cd346d9c8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2013 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 <bsp/irq-generic.h>

void bsp_start(void)
{
  bsp_interrupt_initialize();
}