summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-01-07 20:41:25 -0800
committerJohn Stultz <john.stultz@linaro.org>2019-01-07 20:49:43 -0800
commit8d0d9481a84ee095cf4c6b8e51e063fa3f9d4e58 (patch)
tree1a22ae85df1ad6dad84e358debc7ba9fe75fa646
parent1ad363562452dca3873074aef39f2ae4a6136e91 (diff)
downloadhikey-8d0d9481a84ee095cf4c6b8e51e063fa3f9d4e58.tar.gz
hikey: Remove TARGET_COMPRESSED_KERNEL build option
At this point, the hikey UEFI bootlaoder supports Image.gz, so it should be fine to drop support for the old uncompressed Image-dtb Change-Id: I837596e44c00c5cc8af4909d56ac550595dd1017 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--hikey-common.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/hikey-common.mk b/hikey-common.mk
index 86909f1c..ce10c893 100644
--- a/hikey-common.mk
+++ b/hikey-common.mk
@@ -3,17 +3,9 @@ ifndef TARGET_KERNEL_USE
TARGET_KERNEL_USE=4.9
endif
-ifndef TARGET_COMPRESSED_KERNEL
-TARGET_COMPRESSED_KERNEL=true
-endif
-
HIKEY_USE_DRM_HWCOMPOSER := false
-ifeq ($(TARGET_COMPRESSED_KERNEL), false)
-TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-$(TARGET_KERNEL_USE)
-else
TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image.gz-dtb-$(TARGET_KERNEL_USE)
-endif
TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-$(TARGET_KERNEL_USE)