/* * \brief Board driver for core * \author Stefan Kalkowski * \date 2018-11-07 */ /* * Copyright (C) 2018 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. */ #ifndef _CORE__SPEC__IMX7D_SABRE__BOARD_H_ #define _CORE__SPEC__IMX7D_SABRE__BOARD_H_ #include #include namespace Board { using namespace Hw::Imx7d_sabre_board; using Pic = Hw::Gicv2; static constexpr bool SMP = true; } #endif /* _CORE__SPEC__IMX7_SABRELITE__BOARD_H_ */