summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-06-22 02:47:30 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-06-22 02:47:37 +0000
commit5bb81146e021951417cfd93394207dda353bc0a5 (patch)
treeda76713cfd18e012f2bf473daff83a3a79539f69
parenta9ac9a9d6ee16f7f7436b1b1c1f7497384733f96 (diff)
downloadpandaboard-5bb81146e021951417cfd93394207dda353bc0a5.tar.gz
pandaboard: Rename dtb file
This change is being done to keep the naming compatible with l-a-m-c tool requirement Change-Id: I66d8f1657a1eaff37a24424e9e301386bbd5e41d 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 c3331df..fa424ff 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -6,7 +6,7 @@
TARGET_BOARD_PLATFORM := omap4
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-DEVICE_TREES := omap4-panda:omap4-panda.dtb
+DEVICE_TREES := omap4-panda:board.dtb
ifeq ($(KERNEL_CONFIG),)
KERNEL_CONFIG := android_omap4_defconfig
endif