From 3c73217003478af0e9680596e600fa50c61a21d8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 28 Feb 2015 07:14:37 -0600 Subject: Rename all use of up_boardinitialize(). Should not use common microprocessing naming convention but rather the microprocessor-specific naming conventioni --- nuttx/configs/qemu-i486/include/board.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'nuttx/configs/qemu-i486/include/board.h') diff --git a/nuttx/configs/qemu-i486/include/board.h b/nuttx/configs/qemu-i486/include/board.h index 4dcd9d7a8..bf671acc4 100644 --- a/nuttx/configs/qemu-i486/include/board.h +++ b/nuttx/configs/qemu-i486/include/board.h @@ -72,7 +72,8 @@ #undef EXTERN #if defined(__cplusplus) #define EXTERN extern "C" -extern "C" { +extern "C" +{ #else #define EXTERN extern #endif @@ -80,17 +81,6 @@ extern "C" { /************************************************************************************ * Public Function Prototypes ************************************************************************************/ -/************************************************************************************ - * Name: up_boardinitialize - * - * Description: - * All x86 architectures must provide the following entry point. This entry point - * is called early in the intitialization -- after all memory has been configured - * and mapped but before any devices have been initialized. - * - ************************************************************************************/ - -EXTERN void up_boardinitialize(void); #undef EXTERN #if defined(__cplusplus) -- cgit v1.2.3