From 94ca53c3b97bf662cf7788cd1a82182f785b2d9e Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Wed, 15 Jan 2020 11:44:02 -0500 Subject: [PATCH] boards: cc2538dk: remove `machine SetClockSource`. It causes errors on current Renode versions. It wasn't documented on the Renode changelog, but SetClockSource property was removed. Before this change it showed this error: There was an error executing command 'machine SetClockSource cpu' machine does not provide a field, method or property SetClockSource. Signed-off-by: Jean Pierre Dudey --- boards/cc2538dk/dist/board.resc | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/cc2538dk/dist/board.resc b/boards/cc2538dk/dist/board.resc index 5629363483f2..3ec9edd893bc 100644 --- a/boards/cc2538dk/dist/board.resc +++ b/boards/cc2538dk/dist/board.resc @@ -1,7 +1,6 @@ mach create using sysbus machine LoadPlatformDescription @platforms/cpus/cc2538.repl -machine SetClockSource cpu machine PyDevFromFile @scripts/pydev/rolling-bit.py 0x400D2004 0x4 True "sysctrl"