[ARM]
- 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
This commit is contained in:
parent
541e58f98f
commit
15317caafe
12
headers/private/kernel/arch/arm/board/overo/board_config.h
Normal file
12
headers/private/kernel/arch/arm/board/overo/board_config.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* 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 */
|
12
headers/private/kernel/arch/arm/board/verdex/board_config.h
Normal file
12
headers/private/kernel/arch/arm/board/verdex/board_config.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright 2009
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _BOARD_VERDEX_BOARD_CONFIG_H
|
||||
#define _BOARD_VERDEX_BOARD_CONFIG_H
|
||||
|
||||
#define BOARD_NAME_PRETTY "Gumstix Verdex"
|
||||
|
||||
#include <arch/arm/pxa270.h>
|
||||
|
||||
#endif /* _BOARD_VERDEX_BOARD_CONFIG_H */
|
Loading…
Reference in New Issue
Block a user