Fix header protection for the beagle board

This commit is contained in:
André Hentschel
2012-11-26 17:59:53 +01:00
committed by François Revol
parent afd0470932
commit a8fe6dad7e
@@ -2,8 +2,8 @@
* Copyright 2009
* Distributed under the terms of the MIT License.
*/
#ifndef _BOARD_OVERO_BOARD_CONFIG_H
#define _BOARD_OVERO_BOARD_CONFIG_H
#ifndef _BOARD_BEAGLE_BOARD_CONFIG_H
#define _BOARD_BEAGLE_BOARD_CONFIG_H
#define BOARD_NAME_PRETTY "Beagle Board"
@@ -26,4 +26,4 @@
// 48MHz (APLL96/2)
#endif /* _BOARD_OVERO_BOARD_CONFIG_H */
#endif /* _BOARD_BEAGLE_BOARD_CONFIG_H */