Home | History | Annotate | Download | only in hikey960
      1 include device/linaro/hikey/BoardConfigCommon.mk
      2 
      3 TARGET_CPU_VARIANT := cortex-a73
      4 TARGET_2ND_CPU_VARIANT := cortex-a73
      5 
      6 TARGET_BOARD_PLATFORM := hikey960
      7 
      8 TARGET_NO_DTIMAGE := false
      9 
     10 BOARD_KERNEL_CMDLINE := androidboot.hardware=hikey960
     11 BOARD_KERNEL_CMDLINE += firmware_class.path=/system/etc/firmware loglevel=15
     12 BOARD_MKBOOTIMG_ARGS := --base 0x0 --tags_offset 0x07a00000 --kernel_offset 0x00080000 --ramdisk_offset 0x07c00000
     13 
     14 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2768240640   # 2640MB
     15 BOARD_USERDATAIMAGE_PARTITION_SIZE := 25769803776 # 24GB
     16 BOARD_CACHEIMAGE_PARTITION_SIZE := 8388608       # 8MB
     17 BOARD_FLASH_BLOCK_SIZE := 512
     18