genode/repos/base-hw/src/bootstrap/spec/odroid_xu/cpu.cc

17 lines
370 B
C++

/*
* \brief Cpu-specific code for Cortex A15
* \author Stefan Kalkowski
* \date 2016-01-07
*/
/*
* Copyright (C) 2016-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#include <cpu.h>
void Genode::Cpu::init(Genode::Translation_table&) {}