msm8226: Switch to MSM8x26-specific kernel configuration

Switch from combined 8x10/8x26 kernel configuration to an
8x26-specific one.

Change-Id: I61f063af5e52c6700e2fc10f691017e068353bc5
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index 5ab0fe7..af33e21 100644
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -19,7 +19,7 @@
 # Compile Linux Kernel
 #----------------------------------------------------------------------
 ifeq ($(KERNEL_DEFCONFIG),)
-    KERNEL_DEFCONFIG := msm8610_defconfig
+    KERNEL_DEFCONFIG := msm8226_defconfig
 endif
 
 include kernel/AndroidKernel.mk