summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2016-05-06 22:17:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-06 22:17:33 +0000
commit659d12aaaca9e078cc4ad4eb827f3cefd2379792 (patch)
tree94984fa1178255a0cdc0d0832b9bb82cfb5d63ac
parentd3e1fa9a09dd7bb897f9f6825fc6c2294143b014 (diff)
parent50ddcdf7c92f1ce534d4e9568b1e04e1556559f4 (diff)
downloadintel-659d12aaaca9e078cc4ad4eb827f3cefd2379792.tar.gz
Baytrail: Move the bootctl HAL to peripheral directory am: eada7595f6
am: 50ddcdf7c9 * commit '50ddcdf7c92f1ce534d4e9568b1e04e1556559f4': Baytrail: Move the bootctl HAL to peripheral directory Change-Id: Ie399b9f4c133034980f7270c5d77e39868f5cd5d
-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)