From 18f47062859b361e50739e18188bab37d43bd5bf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 12 May 2018 22:37:46 +0200 Subject: [PATCH] Enable Timer + disable system1 --- .../board/ova/barebox-state.dtb | Bin 1097 -> 1097 bytes .../board/ova/barebox-state.dts | 2 +- .../timers.target.wants/rauc-good.timer | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 buildroot-external/rootfs-overlay/etc/systemd/system/timers.target.wants/rauc-good.timer diff --git a/buildroot-external/board/ova/barebox-state.dtb b/buildroot-external/board/ova/barebox-state.dtb index bd29d50ae506b848f98e5babd786a857483789fd..fc1ead0ccf8780baad5e1276f0b4106a3e9b01fc 100644 GIT binary patch delta 14 VcmX@fagt+0J`*Fu<^rahi~uJN1jGOU delta 16 YcmX@fagt+0KGWpcj6$0mnNBbQ05>NF1ONa4 diff --git a/buildroot-external/board/ova/barebox-state.dts b/buildroot-external/board/ova/barebox-state.dts index 4938b03d8..927ff6624 100644 --- a/buildroot-external/board/ova/barebox-state.dts +++ b/buildroot-external/board/ova/barebox-state.dts @@ -38,7 +38,7 @@ remaining_attempts@8 { reg = <0x8 0x4>; type = "uint32"; - default = <3>; + default = <0>; }; priority@c { reg = <0xc 0x4>; diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system/timers.target.wants/rauc-good.timer b/buildroot-external/rootfs-overlay/etc/systemd/system/timers.target.wants/rauc-good.timer new file mode 120000 index 000000000..d010b7029 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/systemd/system/timers.target.wants/rauc-good.timer @@ -0,0 +1 @@ +/usr/lib/systemd/system/rauc-good.timer \ No newline at end of file