From: Sonic Zhang Date: Mon, 9 Dec 2013 04:19:38 +0000 (+0800) Subject: blackfin: fix build error by adding CONFIG_BFIN_SERIAL X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7b27a685bfc9abb58d6df843263decfe1be2ac35;p=u-boot.git blackfin: fix build error by adding CONFIG_BFIN_SERIAL Signed-off-by: Sonic Zhang --- diff --git a/include/configs/blackvme.h b/include/configs/blackvme.h index cd37f9adb9..6e5774c6ba 100644 --- a/include/configs/blackvme.h +++ b/include/configs/blackvme.h @@ -177,6 +177,7 @@ #define CONFIG_BAUDRATE 57600 #define CONFIG_LOADS_ECHO 1 #define CONFIG_UART_CONSOLE 0 +#define CONFIG_BFIN_SERIAL /* * U-Boot environment variables. Use "printenv" to examine.