[init] bump the earliest init trace level out to TARGET_EARLY

On STM32f7xx this is the earliest point that we can printf, and it
makes sense to be more conservative than before. This is probably
a pretty common spot to be able to finally printf.
This commit is contained in:
Travis Geiselbrecht
2015-10-20 16:14:16 -07:00
parent 1485131d00
commit 7682dff72f

View File

@@ -37,7 +37,7 @@
#define LOCAL_TRACE 0
#define TRACE_INIT (LK_DEBUGLEVEL >= 2)
#ifndef EARLIEST_TRACE_LEVEL
#define EARLIEST_TRACE_LEVEL LK_INIT_LEVEL_ARCH_EARLY
#define EARLIEST_TRACE_LEVEL LK_INIT_LEVEL_TARGET_EARLY
#endif
extern const struct lk_init_struct __lk_init[];