summaryrefslogtreecommitdiff
path: root/utils/hwstub/tools/lua/jz.lua
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/tools/lua/jz.lua')
-rw-r--r--utils/hwstub/tools/lua/jz.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/hwstub/tools/lua/jz.lua b/utils/hwstub/tools/lua/jz.lua
index ab2cb8658f..b192c51b3c 100644
--- a/utils/hwstub/tools/lua/jz.lua
+++ b/utils/hwstub/tools/lua/jz.lua
@@ -24,3 +24,7 @@ function JZ.init()
24 print("Looking for soc " .. desc .. ": not found. Please load a soc by hand.") 24 print("Looking for soc " .. desc .. ": not found. Please load a soc by hand.")
25 end 25 end
26end 26end
27
28require "jz/gpio"
29require "jz/lcd"
30require "jz/nand" \ No newline at end of file