blob: 6d1713082719e3568debb5fb70fdc6d44608a097 [file] [log] [blame]
Amit Pundiraf628c22016-11-02 16:37:00 +08001include device/linaro/hikey/BoardConfigCommon.mk
2
3TARGET_BOARD_PLATFORM := hikey
4ifeq ($(TARGET_KERNEL_USE_4_1), true)
5BOARD_KERNEL_CMDLINE := console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime
6else
7BOARD_KERNEL_CMDLINE := console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime
8endif
9
10BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
11ifeq ($(TARGET_USERDATAIMAGE_4GB), true)
12BOARD_USERDATAIMAGE_PARTITION_SIZE := 1595915776
13else
14BOARD_USERDATAIMAGE_PARTITION_SIZE := 5588893184
15endif
16BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
17BOARD_FLASH_BLOCK_SIZE := 131072