kernel: Remove deprecated flag errors
* All devices should have migrated by now Change-Id: Iecef58a1193b87ecb084eccda27a3b4e89f42219
This commit is contained in:
committed by
Rashed Abdel-Tawab
parent
8e44326c2f
commit
2425d1ea38
@@ -77,12 +77,6 @@ KERNEL_DEFCONFIG_SRC := $(KERNEL_SRC)/arch/$(KERNEL_DEFCONFIG_ARCH)/configs/$(KE
|
||||
ifeq ($(BOARD_KERNEL_IMAGE_NAME),)
|
||||
$(error BOARD_KERNEL_IMAGE_NAME not defined.)
|
||||
endif
|
||||
ifneq ($(TARGET_USES_UNCOMPRESSED_KERNEL),)
|
||||
$(error TARGET_USES_UNCOMPRESSED_KERNEL is deprecated.)
|
||||
endif
|
||||
ifneq ($(TARGET_KERNEL_APPEND_DTB),)
|
||||
$(error TARGET_KERNEL_APPEND_DTB is deprecated.)
|
||||
endif
|
||||
TARGET_PREBUILT_INT_KERNEL := $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/$(BOARD_KERNEL_IMAGE_NAME)
|
||||
|
||||
ifneq ($(TARGET_KERNEL_ADDITIONAL_CONFIG),)
|
||||
|
Reference in New Issue
Block a user