Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:51

0001 /**
0002  * @file
0003  *
0004  * @ingroup RTEMSBSPsOR1K
0005  *
0006  * @brief Benchmark timer support.
0007  */
0008 
0009 /*
0010  * Copyright (c) 2014-2015 by Hesham ALMatary
0011  *
0012  *  The license and distribution terms for this file may be
0013  *  found in the file LICENSE in this distribution or at
0014  *  http://www.rtems.org/license/LICENSE
0015  */
0016 
0017 #include <bsp.h>
0018 #include <bsp/bootcard.h>
0019 
0020 void bsp_start( void )
0021 {
0022   rtems_cache_enable_instruction();
0023   rtems_cache_enable_data();
0024 }