summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or1k/generic_or1k/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/or1k/generic_or1k/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/or1k/generic_or1k/startup/bspstart.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/c/src/lib/libbsp/or1k/generic_or1k/startup/bspstart.c b/c/src/lib/libbsp/or1k/generic_or1k/startup/bspstart.c
deleted file mode 100644
index 35a536ef0b..0000000000
--- a/c/src/lib/libbsp/or1k/generic_or1k/startup/bspstart.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file
- *
- * @ingroup generic_or1k
- *
- * @brief Benchmark timer support.
- */
-
-/*
- * Copyright (c) 2014-2015 by Hesham ALMatary
- *
- * 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>
-
-void bsp_start( void )
-{
- rtems_cache_enable_instruction();
- rtems_cache_enable_data();
-}