20 lines
582 B
Makefile
Executable file
20 lines
582 B
Makefile
Executable file
include device/softwinner/common/BoardConfigCommon.mk
|
|
|
|
TARGET_BOARD_PLATFORM := tulip
|
|
TARGET_USE_NEON_OPTIMIZATION := true
|
|
|
|
TARGET_CPU_SMP := true
|
|
|
|
TARGET_BOARD_CHIP := sun50iw1p1
|
|
TARGET_BOOTLOADER_BOARD_NAME := exdroid
|
|
TARGET_BOOTLOADER_NAME := exdroid
|
|
TARGET_OTA_RESTORE_BOOT_STORAGE_DATA := true
|
|
|
|
BOARD_KERNEL_BASE := 0x40000000
|
|
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x80000 --ramdisk_offset 0x02000000
|
|
BOARD_CHARGER_ENABLE_SUSPEND := true
|
|
|
|
USE_OPENGL_RENDERER := true
|
|
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
|
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true
|
|
TARGET_USES_HWC2 := true
|