From 1b1692ff06a563db90e812a4edf8c1434bc4976d Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 11 Aug 2013 19:18:58 +0200 Subject: hwstub: add stmp clkctrl code and generic register dumper Change-Id: I432853fb4171f07ed23b73dc0499814fe8ce8748 --- utils/hwstub/tools/lua/load.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/hwstub/tools/lua/load.lua') diff --git a/utils/hwstub/tools/lua/load.lua b/utils/hwstub/tools/lua/load.lua index a6f453d667..133105a645 100644 --- a/utils/hwstub/tools/lua/load.lua +++ b/utils/hwstub/tools/lua/load.lua @@ -1,3 +1,4 @@ package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lua"),2) .. ";" .. package.path require "stmp" +require "dumper" \ No newline at end of file -- cgit v1.2.3