From 70c21c8b35aea8689fe8bfda0c3e3dabcd8835e7 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 20 Apr 2011 18:35:54 -0700 Subject: Add a dummy argument to the end of the kernel command line A bug in the bootloader causes the last character of the kernel command line to be corrupted. Change-Id: I8c8969c11ae1ede52408c2282023f1064ea0c671 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index f36d26f..7f126a6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -32,7 +32,7 @@ BOARD_HAVE_BLUETOOTH := false TARGET_NO_BOOTLOADER := true BOARD_KERNEL_BASE := 0x80000000 -BOARD_KERNEL_CMDLINE := console=ttyO3,115200n8 mem=256M androidboot.console=ttyO3 +BOARD_KERNEL_CMDLINE := console=ttyO3,115200n8 mem=256M androidboot.console=ttyO3 foo TARGET_NO_RADIOIMAGE := true TARGET_BOARD_PLATFORM := omap4 -- cgit v1.1