mako: relocate ramdisk to avoid overlap with kernel

If some kernel debug features are enabled, ramdisk might be overlapped with
kernel. So increase the ramdisk offset by 1MB.

Bug: 7145409
Change-Id: Icb2d488e41d083ecb4e2e4947bd26b9c8a118e52
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a4e8f2f..d1e926b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -28,7 +28,7 @@
 BOARD_KERNEL_BASE := 0x80200000
 BOARD_KERNEL_PAGESIZE := 2048
 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=mako lpj=67677
-BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01500000
+BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01600000
 
 BOARD_USES_ALSA_AUDIO:= true
 BOARD_USES_FLUENCE_INCALL := true