From 84a9a6868eb08f30158d6cdd32eb506954688921 Mon Sep 17 00:00:00 2001 From: Michael Ward Date: Thu, 23 Jun 2011 22:38:03 -0700 Subject: Use 24 bit color for crepso. This gets around a line_length bug for crespo. Change-Id: Idad3639cc2992d34d10d687dc1fea1adc049e15f --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3a233a0..3ea5c74 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -56,6 +56,7 @@ BOARD_KERNEL_BASE := 0x30000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_CMDLINE := console=ttyFIQ0 no_console_suspend +TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" TARGET_RECOVERY_UI_LIB := librecovery_ui_crespo TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/crespo -- cgit v1.1