kernel: disable INIT_STACKS by default

Now that we're out of the unified kernel development phase, turn off
that debugging option.

Change-Id: I89decbdf445b1ba111a829edf2c8a36846419586
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-11-24 10:05:32 -05:00 committed by Anas Nashif
commit 516e79c8da

View file

@ -1,2 +1 @@
CONFIG_MICROKERNEL=y CONFIG_MICROKERNEL=y
CONFIG_INIT_STACKS=y