[haiku-commits] haiku: hrev44904 - headers/private/kernel/arch/arm/board/beagle

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 26 Nov 2012 18:01:00 +0100 (CET)

hrev44904 adds 1 changeset to branch 'master'
old head: afd04709324a9089fd9a15113fdf71db905526dc
new head: a8fe6dad7e41b20969c36e9babb8dc4926636db2
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=a8fe6da+%5Eafd0470

----------------------------------------------------------------------------

a8fe6da: Fix header protection for the beagle board

                                      [ Andrà Hentschel <nerv@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44904
Commit:      a8fe6dad7e41b20969c36e9babb8dc4926636db2
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a8fe6da
Author:      Andrà Hentschel <nerv@xxxxxxxxxxx>
Date:        Sun Nov 25 19:18:30 2012 UTC
Committer:   FranÃois Revol <revol@xxxxxxx>
Commit-Date: Mon Nov 26 16:59:53 2012 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 3 deletions(-)
headers/private/kernel/arch/arm/board/beagle/board_config.h | 6 +++---

----------------------------------------------------------------------------

diff --git a/headers/private/kernel/arch/arm/board/beagle/board_config.h 
b/headers/private/kernel/arch/arm/board/beagle/board_config.h
index 77bc5f2..c791c8c 100644
--- a/headers/private/kernel/arch/arm/board/beagle/board_config.h
+++ b/headers/private/kernel/arch/arm/board/beagle/board_config.h
@@ -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 */


Other related posts:

  • » [haiku-commits] haiku: hrev44904 - headers/private/kernel/arch/arm/board/beagle - revol