Remove references to boot ports

Boot ports are not applicable to single node systems.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Change-Id: I3512a5a0e2a2ba35d4e73a00d8329d301f2bd637
This commit is contained in:
Peter Mitsis 2015-04-15 16:57:40 -04:00 committed by Anas Nashif
commit 6c4c59c75c

View file

@ -98,9 +98,6 @@ extern kmbox_t hosttxmbx;
extern kmemory_pool_t hostrxpool;
extern ktask_t ppdrv;
extern int K_NumBootPorts;
extern int K_BootPort;
extern int K_NodeCount;
extern int K_PrioCount;
extern int K_TaskCount;