summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/imx/startup/bspreset.c
blob: 5d0ffe78a4445b4542888f58c92b0c093935bab0 (plain) (tree)



















                                                                 
/*
 * Copyright (c) 2017 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Dornierstr. 4
 *  82178 Puchheim
 *  Germany
 *  <info@embedded-brains.de>
 *
 * 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/bootcard.h>

void bsp_reset(void)
{
  /* TODO */
}