aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-01-12 18:18:29 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-01-12 18:18:29 +0200
commit32a3a8fe92594e76c6f085ffd4ffd10198feadd4 (patch)
tree45e10699d3d6b52ae1f407b4cbb1209ae0112f9e
parent6fe3aff94c2854789a6a6532f77b17a6873ea14b (diff)
Remove KERN_DTB/KERN_IMAGE check to workaround dtb relocation since 3.19HEADmaster
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 929da13..05bf1cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,7 @@ AC_ARG_WITH([dtb],
[KERN_DTB="$withval"])
# Ensure that the user has provided us with a sane kernel dir.
-m4_define([CHECKFILES], [KERN_DIR,
- KERN_DTB,
- KERN_IMAGE])
+m4_define([CHECKFILES], [KERN_DIR])
m4_foreach([checkfile], [CHECKFILES],
[AC_CHECK_FILE([$checkfile], [], AC_MSG_ERROR([No such file or directory: $checkfile]))])