summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2016-05-06 22:12:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-06 22:12:58 +0000
commit50ddcdf7c92f1ce534d4e9568b1e04e1556559f4 (patch)
tree9ac2d2a47dcb09bcdea27838af3fd9d7715d1e2b
parentfb63db80673a7672564b68ea1feb9592cb36d066 (diff)
parenteada7595f6b3c4f2c0682cc129def2df170db908 (diff)
downloadintel-50ddcdf7c92f1ce534d4e9568b1e04e1556559f4.tar.gz
Baytrail: Move the bootctl HAL to peripheral directory
am: eada7595f6 * commit 'eada7595f6b3c4f2c0682cc129def2df170db908': Baytrail: Move the bootctl HAL to peripheral directory Change-Id: Ief35c8c6c0751d47dc18301c24d1502c79c5a7a2
-rw-r--r--soc/baytrail/soc.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/soc/baytrail/soc.mk b/soc/baytrail/soc.mk
index 15c5bb6..322fbe0 100644
--- a/soc/baytrail/soc.mk
+++ b/soc/baytrail/soc.mk
@@ -47,11 +47,5 @@ TARGET_KERNEL_SRC ?= hardware/bsp/kernel/common/v4.4
TARGET_KERNEL_DEFCONFIG ?= x86_64_defconfig
TARGET_KERNEL_CONFIGS := $(TARGET_KERNEL_CONFIGS) $(realpath $(LOCAL_PATH)/soc.kconf)
-TARGET_BOOTCTRL_HAL := intel
-
DEVICE_PACKAGES += \
keystore.default
-
-# Boot control HAL package
-DEVICE_PACKAGES += \
- bootctrl.$(TARGET_DEVICE)