aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-11-18 23:32:10 +0059
committerAmit Pundir <amit.pundir@linaro.org>2013-07-25 09:36:36 +0530
commit03b1eb3adc384e6320f07d616256df31045ef47c (patch)
treed51c923addead6c988569400c3f37e72ebeb67c1
parent6c7d339e995eeabd24355cd0c2c30a792ae37c8d (diff)
downloadpanda-03b1eb3adc384e6320f07d616256df31045ef47c.tar.gz
panda: Add kernel/u-boot/... configs
Add keywords that will be picked up by the Linaro build system to build the right kernel and u-boot Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 784d968..6fcc762 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -22,6 +22,10 @@ USE_CAMERA_STUB := true
# Default values, possibly overridden by BoardConfigVendor.mk
TARGET_BOARD_INFO_FILE := device/ti/panda/board-info.txt
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/ti/panda/bluetooth
+UBOOT_CONFIG := omap4_panda_config
+KERNEL_CONFIG := android_omap4_defconfig
+TARGET_USE_UBOOT := true
+XLOADER_CONFIG := omap4430panda_config
# Use the non-open-source parts, if they're present
-include vendor/ti/panda/BoardConfigVendor.mk