With the latest changes to add support for the Chromebook Bob,
initialisation through debug_uart_init() did no longer get called for
other targets.
Fix this, by moving debug_uart_init() out of the Bob-specific
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
#define EARLY_UART
#ifdef EARLY_UART
+ debug_uart_init();
+
# ifdef CONFIG_TARGET_CHROMEBOOK_BOB
int sum, i;
- debug_uart_init();
-
/*
* Add a delay and ensure that the compiler does not optimise this out.
* This is needed since the power rails tail a while to turn on, and