summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2015-12-18 07:46:56 -0800
committerSam Hurst <shurst@google.com>2015-12-18 07:46:56 -0800
commitfbba393835d1c967252e675c25fa2eba9b5cb95e (patch)
tree5529c93e734cd10f88370a3662291f29dcf11865
parentade43c17b335a65c9440ccbea823469fe8ba592e (diff)
downloadfreescale-fbba393835d1c967252e675c25fa2eba9b5cb95e.tar.gz
Corrected the path assigned to TARGET_KERNEL_SRC
Bug: 26253286 Change-Id: I0353b363fd8671fa2efc509c1ce67df9faa9701d
-rwxr-xr-xsoc/imx6ul/soc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/soc/imx6ul/soc.mk b/soc/imx6ul/soc.mk
index a99b258..e0a69fe 100755
--- a/soc/imx6ul/soc.mk
+++ b/soc/imx6ul/soc.mk
@@ -47,7 +47,7 @@ PRODUCT_COPY_FILES += \
BOARD_SEPOLICY_DIRS += $(LOCAL_PATH)/sepolicy
# Set up the local kernel.
-TARGET_KERNEL_SRC := hardware/bsp/kernel/freescale/kernel_imx
+TARGET_KERNEL_SRC := hardware/bsp/kernel/freescale/picoimx-3.14
TARGET_KERNEL_DEFCONFIG := imx_v7_android_defconfig
TARGET_KERNEL_CROSS_COMPILE_PREFIX := $(ANDROID_BUILD_TOP)/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-