aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-01-12 18:16:25 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-01-12 18:16:25 +0200
commit6fe3aff94c2854789a6a6532f77b17a6873ea14b (patch)
treeec6287712137c6c155859d91eaa8a0d4a847a325
parentc8a0975575527f06eec1d1c1952ff055be8b604d (diff)
Revert "update dtb location in the kernel tree"
This reverts commit c8a0975575527f06eec1d1c1952ff055be8b604d.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ccd9d92..929da13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_ARG_WITH([kernel-dir],
AC_SUBST([KERN_DIR], [$withval]),
AC_MSG_ERROR([No kernel directory specified. Use --with-kernel-dir]))
KERN_IMAGE=$KERN_DIR/arch/arm64/boot/Image
-KERN_DTB=$KERN_DIR/arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dtb
+KERN_DTB=$KERN_DIR/arch/arm64/boot/dts/rtsm_ve-aemv8a.dtb
# Allow the user to override the default DTB
AC_ARG_WITH([dtb],