zephyr/kernel/microkernel
Peter Mitsis b52882f540 Minimize k_boot.h's header file inclusion
The header file k_boot.h does not need everything that "k_types.h" drags in.
It only needs "stdint.h" for the uint32_t type.  This has an immediate impact
on "flashboot.c" as it was improperly relying upon the extra items that
"k_boot.h" dragged in.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Change-Id: Ib8bfbec52a1198846295d549091dc30bf041d97a
2016-02-05 20:13:40 -05:00
..
channel Remove references to deprecated W/WT naming convention 2016-02-05 20:13:40 -05:00
core Minimize k_boot.h's header file inclusion 2016-02-05 20:13:40 -05:00
include First commit 2015-04-10 16:44:37 -07:00
movedata First commit 2015-04-10 16:44:37 -07:00
timer Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00
idle.c First commit 2015-04-10 16:44:37 -07:00
k_event.c Remove references to deprecated W/WT naming convention 2016-02-05 20:13:40 -05:00
k_irq.c First commit 2015-04-10 16:44:37 -07:00
k_mbox.c First commit 2015-04-10 16:44:37 -07:00
k_memmap.c Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
k_mempool.c First commit 2015-04-10 16:44:37 -07:00
k_mutex.c First commit 2015-04-10 16:44:37 -07:00
k_nop.c First commit 2015-04-10 16:44:37 -07:00
k_offload.c First commit 2015-04-10 16:44:37 -07:00
k_queue.c First commit 2015-04-10 16:44:37 -07:00
k_sema.c Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
k_task.c Clarify set_state_bit: rename variables, add comments. 2016-02-05 20:13:40 -05:00
k_timer.c First commit 2015-04-10 16:44:37 -07:00
power.c Renaming nanoCpuSetIdle to nano_cpu_set_idle 2016-02-05 19:45:35 -05:00
task_monitor.c Remove useless comment 2016-02-05 20:13:40 -05:00