diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2014-11-12 08:15:08 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-11-13 08:55:23 -0600 |
commit | a09cff943a1d12904de650f133a1b39a6de42f1e (patch) | |
tree | 9959bcd5e3b02f779830cd8db356da700b6cc484 /src/usr/initservice/extinitsvc | |
parent | 4533d8c10733c1bbef73ff3d743af9920a769160 (diff) | |
download | talos-hostboot-a09cff943a1d12904de650f133a1b39a6de42f1e.tar.gz talos-hostboot-a09cff943a1d12904de650f133a1b39a6de42f1e.zip |
Move console daemon before targeting.
Change-Id: Id2f1a1e433c47c73d5e72cf9507ba7d6ceb2dd6d
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14448
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/initservice/extinitsvc')
-rw-r--r-- | src/usr/initservice/extinitsvc/extinitsvctasks.H | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H index 47297f0ec..9014ccbab 100644 --- a/src/usr/initservice/extinitsvc/extinitsvctasks.H +++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H @@ -57,18 +57,6 @@ const TaskInfo g_exttaskinfolist[] = { }, /** - * @brief targeting task, - */ - { - "libtargeting.so" , // taskname - NULL, // no pointer to fn - { - START_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, - - /** * @brief console library */ #ifdef CONFIG_CONSOLE @@ -83,6 +71,19 @@ const TaskInfo g_exttaskinfolist[] = { #endif /** + * @brief targeting task, + */ + { + "libtargeting.so" , // taskname + NULL, // no pointer to fn + { + START_TASK, // task type + EXT_IMAGE, // Extended Module + } + }, + + + /** * @brief FSI Device Driver */ |