diff options
-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 |