From patchwork Mon Dec 9 08:14:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sonic Zhang X-Patchwork-Id: 298952 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 2F2822C00AA for ; Mon, 9 Dec 2013 19:14:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C7CD84BB70; Mon, 9 Dec 2013 09:14:49 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4BTYjSbw2GZP; Mon, 9 Dec 2013 09:14:49 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 914A74BB68; Mon, 9 Dec 2013 09:14:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B45BB4BB68 for ; Mon, 9 Dec 2013 09:14:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CeO6szcyZzG2 for ; Mon, 9 Dec 2013 09:14:34 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by theia.denx.de (Postfix) with ESMTPS id 6FB4F4BB67 for ; Mon, 9 Dec 2013 09:14:26 +0100 (CET) Received: by mail-pd0-f176.google.com with SMTP id w10so4754311pde.7 for ; Mon, 09 Dec 2013 00:14:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=yhiTVhIrNgtYx/5nslEumg6voFF31mnGr2S4fpRajIA=; b=CPFy9CYZob+SSlM3oSRyv23aR37UcCY1jh759WBuCSz5KG6/9os9mxeoiR+CK4Lu2S pp9LYEQIA904HnQrBsDtvLOMkRTjfcnzBkmsB/Xj2od35BruJLzawLXM3KavOZs36Ru1 sFNcAYuKoNIEqCYsYnvwvIxWpLvKQrY/8lcs4FBihy+GDpsrXeYqGcA69e+urXHZdgnf 2To4ymCq5NyadpLU9unjUa/h95tbLrp59TDSTNVwkTQoX1Gzz8gA+e3y3yCSqG1zCpMV Kv3BgEEJkhf31cqBRvusDwxwdCHSAIgsoGTRb7zJhPaMj5jjkwcY2l4RruFmgOBBbevg hwlw== X-Received: by 10.66.154.197 with SMTP id vq5mr1964428pab.155.1386576864109; Mon, 09 Dec 2013 00:14:24 -0800 (PST) Received: from localhost.localdomain ([114.91.244.100]) by mx.google.com with ESMTPSA id rz6sm22489674pab.22.2013.12.09.00.14.19 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 00:14:23 -0800 (PST) From: Sonic Zhang To: u-boot@lists.denx.de Date: Mon, 9 Dec 2013 16:14:05 +0800 Message-Id: <1386576850-28494-1-git-send-email-sonic.adi@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: Sonic Zhang , adi-u-boot-devel@lists.sourceforge.net Subject: [U-Boot] [PATCH 1/6] blackfin: fix build error by adding CONFIG_BFIN_SERIAL X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Sonic Zhang Signed-off-by: Sonic Zhang --- include/configs/blackvme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/blackvme.h b/include/configs/blackvme.h index cd37f9a..6e5774c 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.