diff options
author | Michael Ward <mikeward@google.com> | 2011-06-23 22:38:03 -0700 |
---|---|---|
committer | Michael Ward <mikeward@google.com> | 2011-06-24 11:06:02 -0700 |
commit | 84a9a6868eb08f30158d6cdd32eb506954688921 (patch) | |
tree | e98d42cb43be6d95d872ea1d36bb10ccd24ff564 | |
parent | 0facde59b286f2c138c2242e64f0cea9692f4e2c (diff) | |
download | device_samsung_crespo-84a9a6868eb08f30158d6cdd32eb506954688921.zip device_samsung_crespo-84a9a6868eb08f30158d6cdd32eb506954688921.tar.gz device_samsung_crespo-84a9a6868eb08f30158d6cdd32eb506954688921.tar.bz2 |
Use 24 bit color for crepso.
This gets around a line_length bug for crespo.
Change-Id: Idad3639cc2992d34d10d687dc1fea1adc049e15f
-rwxr-xr-x | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |