From 16dcde4012483ee8354efd3ddea380404cd6f168 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 14 Nov 2014 23:24:22 +0100 Subject: hwstub_shell: add atj target Change-Id: I566694f19dfb110dbf245be7b7f139a4c616e16b Reviewed-on: http://gerrit.rockbox.org/1041 Reviewed-by: Amaury Pouly --- utils/hwstub/tools/hwstub_shell.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/hwstub/tools/hwstub_shell.cpp') diff --git a/utils/hwstub/tools/hwstub_shell.cpp b/utils/hwstub/tools/hwstub_shell.cpp index e5d3a72..b2838eb 100644 --- a/utils/hwstub/tools/hwstub_shell.cpp +++ b/utils/hwstub/tools/hwstub_shell.cpp @@ -283,6 +283,8 @@ bool my_lua_import_hwstub() lua_setfield(g_lua, -2, "PP"); lua_pushinteger(g_lua, HWSTUB_TARGET_RK27); lua_setfield(g_lua, -2, "RK27"); + lua_pushinteger(g_lua, HWSTUB_TARGET_ATJ); + lua_setfield(g_lua, -2, "ATJ"); lua_setfield(g_lua, -2, "target"); if(g_hwdev_target.dID == HWSTUB_TARGET_STMP) -- cgit v1.1