diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-10 09:52:18 -0700 |
---|---|---|
committer | elektroschmock <elektroschmock78@googlemail.com> | 2012-09-19 19:00:19 +0200 |
commit | fbee7568adb1efc77b46401b79fb74b49903c63b (patch) | |
tree | 639755a86f981cbc8a19785fed6d5107cdaf1a4d | |
parent | 93300a70aaf100913d0d88c6128b72fb41faae85 (diff) | |
download | device_samsung_crespo-fbee7568adb1efc77b46401b79fb74b49903c63b.zip device_samsung_crespo-fbee7568adb1efc77b46401b79fb74b49903c63b.tar.gz device_samsung_crespo-fbee7568adb1efc77b46401b79fb74b49903c63b.tar.bz2 |
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
-rwxr-xr-x | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |