boards: arduino_101: set correct LED pin

Change-Id: Icda0a7952daea5a12b51b27868b130c0ae76c8b1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/boards/x86/arduino_101/board.h b/boards/x86/arduino_101/board.h
index c6d08b8..ea791b7 100644
--- a/boards/x86/arduino_101/board.h
+++ b/boards/x86/arduino_101/board.h
@@ -10,7 +10,7 @@
 #include <soc.h>
 
 #define LED0_GPIO_PORT  CONFIG_GPIO_QMSI_0_NAME
-#define LED0_GPIO_PIN   2
+#define LED0_GPIO_PIN   8
 
 #if defined(CONFIG_USB)
 /* GPIO driver name */