From e46e8159c901f369c4260c61afcae8b4d6a50f2f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 29 Apr 2011 23:29:03 -0400 Subject: [PATCH] Blackfin: adi boards: enable multi serial support by default Since this only adds less than 3KiB, enable for all ADI boards. Signed-off-by: Mike Frysinger --- include/configs/bfin_adi_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 3312681e82..5d78403442 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -112,6 +112,10 @@ #ifndef CONFIG_BAUDRATE # define CONFIG_BAUDRATE 57600 #endif +#ifndef CONFIG_DEBUG_EARLY_SERIAL +# define CONFIG_SERIAL_MULTI +# define CONFIG_SYS_BFIN_UART +#endif /* * Debug Settings