Kconfig KERNEL_DIR symbol removal.
This commit removes the Kconfig symbol KERNEL_DIR. The symbols was no longer needed because sysgen is only used on microkernel architectures and the value of KERNEL_DIR is always "ukernel", therefore it is redundant. Change-Id: I5e38dd431c5b6f7586e8b25aea330632e96f581f Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
a05bce491f
commit
2e3e28c3ed
13 changed files with 3 additions and 29 deletions
|
@ -16,7 +16,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
|||
#
|
||||
# Nanokernel Options
|
||||
#
|
||||
CONFIG_KERNEL_DIR="ukernel"
|
||||
# CONFIG_BOOT_BANNER is not set
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_ISR_STACK_SIZE=2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue