Blackfin: fixup misc warnings such as printf's and missing casts
[oweals/u-boot.git] / cpu / blackfin / serial.h
index 90fceecb8e92f15a15079f5f32521f7020afd424..f671096768b6b0bffce7ff5984335bb2b85da4c0 100644 (file)
 #include <asm/blackfin.h>
 #include <asm/mach-common/bits/uart.h>
 
+#ifndef CONFIG_UART_CONSOLE
+# define CONFIG_UART_CONSOLE 0
+#endif
+
 #ifdef CONFIG_DEBUG_EARLY_SERIAL
 # define BFIN_DEBUG_EARLY_SERIAL 1
 #else