OMAP watchdog enabled in Barebox and systemd

Watchdog is now automatically started at the moment
when kernel boot process begins and the device has 60 seconds
to boot and start systemd, or the watchdog will trigger
and force an immediate hard device restart.

Change-Id: I3c5de4e1ced8095388e90af1fba08e5a6a12a606
diff --git a/board/czechlight/beaglebone/barebox.env/config-board b/board/czechlight/beaglebone/barebox.env/config-board
index cd7b26d..042ed45 100644
--- a/board/czechlight/beaglebone/barebox.env/config-board
+++ b/board/czechlight/beaglebone/barebox.env/config-board
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 global.boot.default=sd
-
+global.boot.watchdog_timeout=60