From 960e7c662a8981a563f692f4dcdd221f1cfd3783 Mon Sep 17 00:00:00 2001 From: charan makkina Date: Wed, 21 Nov 2018 15:17:39 +0530 Subject: Fix: stack_register function name should be same. Change-Id: Ib091993ca2ba4df1dab00ace93e0d1dfa4145807 Signed-off-by: charan makkina --- release/configure/module_config.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'release') diff --git a/release/configure/module_config.json b/release/configure/module_config.json index 4532d1a..aebbf39 100644 --- a/release/configure/module_config.json +++ b/release/configure/module_config.json @@ -3,7 +3,6 @@ "module_list": [ { "stack_name": "kernel", /*stack name*/ - "function_name": "kernel_stack_register", /*function name*/ "libname": "./", /*library name, if loadtype is static, this maybe null, else must give a library name*/ "loadtype": "static", /*library load type: static or dynamic*/ @@ -19,7 +18,6 @@ *this is not a real stack, just an example for multiple stack configurations* { "stack_name": "stackx", - "function_name": "stackx_register", "libname": "libstackx.so", "loadtype": "dynmic", "deploytype": "3", -- cgit 1.2.3-korg