summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhxihu <zhxihu@marvell.com>2015-11-17 22:09:22 -0800
committerMohammed Habibulla <moch@google.com>2015-11-18 13:01:53 -0800
commit9091193eb327092f558281c68633d9f0ddbbe64f (patch)
tree98c4aa354c5ffb6798d2cbb07164d0a4703b12bb
parent02cebfa5370d15e6478085977189d7331c487827 (diff)
downloadmarvell-9091193eb327092f558281c68633d9f0ddbbe64f.tar.gz
Change selection of default kernel config
Change selection of default kernel config TARGET_KERNEL_DEFCONFIG to abox_edge_defconfig. BUG=25755186 Change-Id: I833a62bc4403368be19de8f3a80eaa8f44201dd6
-rw-r--r--soc/iap140/soc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/soc/iap140/soc.mk b/soc/iap140/soc.mk
index 9202313..6af9688 100644
--- a/soc/iap140/soc.mk
+++ b/soc/iap140/soc.mk
@@ -39,7 +39,7 @@ BOARD_SEPOLICY_DIRS += \
# Set up the local kernel.
TARGET_KERNEL_SRC := hardware/bsp/kernel/marvell/pxa-3.14
-TARGET_KERNEL_DEFCONFIG := armadillo_edge_defconfig
+TARGET_KERNEL_DEFCONFIG := abox_edge_defconfig
# Include the HAL modules.
-include hardware/bsp/marvell/soc/iap140/hal_modules.mk