From patchwork Sun Mar 24 09:50:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 230421 X-Patchwork-Delegate: trini@ti.com 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 D2D2B2C008C for ; Sun, 24 Mar 2013 21:00:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B45FF4A0F9; Sun, 24 Mar 2013 10:59:59 +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 PzKC7p3MODqf; Sun, 24 Mar 2013 10:59:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 602624A0FA; Sun, 24 Mar 2013 10:58:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A22684A08B for ; Sun, 24 Mar 2013 10:57:16 +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 EB-t97U4unk0 for ; Sun, 24 Mar 2013 10:57:15 +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-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTPS id 6DCD84A056 for ; Sun, 24 Mar 2013 10:57:12 +0100 (CET) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3ZYYtB2TfGz4KK2Y for ; Sun, 24 Mar 2013 10:57:06 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3ZYYtB2Mjxzbgrb for ; Sun, 24 Mar 2013 10:57:06 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from smtp-auth.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id oEFZoFEwCIyt for ; Sun, 24 Mar 2013 10:57:04 +0100 (CET) X-Auth-Info: R20DXmQFppUscEXXN2homXZWxNTYB5pgTwU8TlHr2lY= Received: from diddl.denx.de (host-80-81-18-216.customer.m-online.net [80.81.18.216]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA for ; Sun, 24 Mar 2013 10:57:04 +0100 (CET) Received: from xpert.denx.de (xpert [192.168.1.1]) by diddl.denx.de (Postfix) with ESMTP id 8B4641A761B for ; Sun, 24 Mar 2013 10:57:03 +0100 (CET) Received: by xpert.denx.de (Postfix, from userid 500) id 74F38C07DF; Sun, 24 Mar 2013 10:51:04 +0100 (CET) From: Wolfgang Denk To: u-boot@lists.denx.de Date: Sun, 24 Mar 2013 10:50:37 +0100 Message-Id: <1364118638-17088-11-git-send-email-wd@denx.de> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1364118638-17088-1-git-send-email-wd@denx.de> References: <1364118638-17088-1-git-send-email-wd@denx.de> Cc: Stefan Roese , Otavio Salvador Subject: [U-Boot] [PATCH v2 10/11] amcc-common.h: minor white space cleanup 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 Align some comments. Signed-off-by: Wolfgang Denk Acked-by: Stefan Roese --- Changes in v2: None include/configs/amcc-common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index f2f522d..928b31f 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -108,12 +108,12 @@ #define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ #define CONFIG_VERSION_VARIABLE /* include version env variable */ -#define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup*/ +#define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup*/ -#define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */ +#define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */ #define CONFIG_LOADS_ECHO /* echo on for serial download */ -#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */ +#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */ /* * BOOTP options