From fbee7568adb1efc77b46401b79fb74b49903c63b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 10 Aug 2012 09:52:18 -0700 Subject: Crespo: update BoardConfigCommon Patch set 1 - Fix build - Add TARGET_ARCH := arm Patch set 2 - rebased Patch set 3 - update for CM10 bootanimation Patch set 4 - rebased Change-Id: I37c2600c0a30a47f23cb85fd399acf89d00a948f --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0912389..cd72bc3 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -18,6 +18,8 @@ # # Boot Animation +TARGET_SCREEN_HEIGHT := 800 +TARGET_SCREEN_WIDTH := 480 TARGET_BOOTANIMATION_PRELOAD := true TARGET_BOOTANIMATION_TEXTURE_CACHE := true TARGET_BOOTANIMATION_USE_RGB565 := true @@ -40,6 +42,7 @@ TARGET_BOOTLOADER_BOARD_NAME := herring TARGET_SEC_INTERNAL_STORAGE := false # Enable NEON feature +TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon ARCH_ARM_HAVE_TLS_REGISTER := true -- cgit v1.1