blob: d10a51cd6791f43326500c67fbbe6889774a4379 [file] [log] [blame]
Amit Pundiraf628c22016-11-02 16:37:00 +08001include device/linaro/hikey/BoardConfigCommon.mk
2
3TARGET_BOARD_PLATFORM := hikey
Dmitry Shmidtb4e1ed02017-02-13 14:39:37 -08004ifeq ($(TARGET_KERNEL_USE), 4.1)
Amit Pundiraf628c22016-11-02 16:37:00 +08005BOARD_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