From: Sonic Zhang <sonic.zhang@analog.com>
Date: Mon, 9 Dec 2013 04:19:38 +0000 (+0800)
Subject: blackfin: fix build error by adding CONFIG_BFIN_SERIAL
X-Git-Tag: v2025.01-rc5-pxa1908~15510^2~44^2~5
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=7b27a685bfc9abb58d6df843263decfe1be2ac35;p=u-boot.git

blackfin: fix build error by adding CONFIG_BFIN_SERIAL

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
---

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.