summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-06-21 16:30:35 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-06-21 16:30:39 +0000
commita9ac9a9d6ee16f7f7436b1b1c1f7497384733f96 (patch)
treee0e46f794eaa9f0ba99dcd7d4e7f7bd5c5986c0f
parentd7323933a42767d61de6fb95af8d630199cce6df (diff)
downloadpandaboard-a9ac9a9d6ee16f7f7436b1b1c1f7497384733f96.tar.gz
pandaboard: Fix compilation error
In the previous commit we have accidentally added a semicolon resulting in compilation error Change-Id: I907c254db30f6d978b478afc16649cdaa269f8de Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 49144c6..c3331df 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -8,7 +8,7 @@ TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
DEVICE_TREES := omap4-panda:omap4-panda.dtb
ifeq ($(KERNEL_CONFIG),)
-KERNEL_CONFIG := android_omap4_defconfig;
+KERNEL_CONFIG := android_omap4_defconfig
endif
TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap4_panda_config