summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-15 20:03:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-15 20:03:17 +0100
commit40c9e6b22b268bf05a3c724414eec4716f49719a (patch)
tree1d0e20b9ae9448475ea98131f6779f410aaacdf9 /commands
parent467a6756263bf3fc48110307cf68e111e5b4c841 (diff)
parent597ce4cc1c3de2a58296452c1dffbfd897217f40 (diff)
downloadbarebox-40c9e6b22b268bf05a3c724414eec4716f49719a.tar.gz
barebox-40c9e6b22b268bf05a3c724414eec4716f49719a.tar.xz
Merge branch 'pu/misc' into next
Diffstat (limited to 'commands')
-rw-r--r--commands/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index f97a842232..453ae543a8 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -25,7 +25,6 @@
* Boot support
*/
#include <common.h>
-#include <watchdog.h>
#include <driver.h>
#include <command.h>
#include <image.h>