mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 16:54:49 +01:00
15317caafe
- moved board/ folder around again, it probably belongs only to kernel stuff, - added board_config.h templates for gumstix boards. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32197 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
262 B
C
13 lines
262 B
C
/*
|
|
* Copyright 2009
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _BOARD_OVERO_BOARD_CONFIG_H
|
|
#define _BOARD_OVERO_BOARD_CONFIG_H
|
|
|
|
#define BOARD_NAME_PRETTY "Gumstix Overo"
|
|
|
|
#include <arch/arm/omap3.h>
|
|
|
|
#endif /* _BOARD_OVERO_BOARD_CONFIG_H */
|