From patchwork Sat May 12 23:40:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 158796 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 EB86AB700F for ; Sun, 13 May 2012 09:39:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DA210281CF; Sun, 13 May 2012 01:39:26 +0200 (CEST) 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 xIiP9L17w2BU; Sun, 13 May 2012 01:39:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D78EB281D1; Sun, 13 May 2012 01:38:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3A8CC281BE for ; Sun, 13 May 2012 01:38:48 +0200 (CEST) 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 AaC3Tf-w3ZTv for ; Sun, 13 May 2012 01:38:47 +0200 (CEST) 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-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by theia.denx.de (Postfix) with ESMTPS id 427DD281A0 for ; Sun, 13 May 2012 01:38:42 +0200 (CEST) Received: by mail-vb0-f44.google.com with SMTP id ez10so3859859vbb.3 for ; Sat, 12 May 2012 16:38:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=sp2rlIStGe132pkZOX2Z2/GnSS5VPJ4Cnda8hLI0EUU=; b=lZeKTKjksoa4p/Bi8acshw3lNLF6Ac6w4BcZtG4084QeyxuS8n30c0s9nTElDWviCF zbTD0sKrTn2Va0NCV32tnOujI8ZqUC9olL0cDzsBlc0O0+0vyUTAzTxFIWfNCbZjiPVL xchTPynlALLFOW0PpU4F4jwASpnLR58domH+vbcGeFCazOQeLZ/ObSFJ+oWhPYiWoslS kRKjFfwvqU+HJSNv+lBio9s0umvTRVo/k9PHF4Dd/68t7CptE5DT+fe2H7SoKWcQ6l6h CuRBgtB66YzJe4YqRZJyduEawr+KS/SQxwGIG9TlEjTD1i5/omQ2kli/ltfnMwubQ8TR WGYg== Received: by 10.52.95.147 with SMTP id dk19mr1557685vdb.106.1336865921990; Sat, 12 May 2012 16:38:41 -0700 (PDT) Received: from micro.lab.ossystems.com.br.lab.ossystems.com.br ([186.218.100.214]) by mx.google.com with ESMTPS id df14sm16840602vdb.18.2012.05.12.16.38.40 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 May 2012 16:38:41 -0700 (PDT) From: Otavio Salvador To: u-boot@lists.denx.de Date: Sat, 12 May 2012 20:40:16 -0300 Message-Id: <1336866018-614-7-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1336866018-614-1-git-send-email-otavio@ossystems.com.br> References: <1336866018-614-1-git-send-email-otavio@ossystems.com.br> Subject: [U-Boot] [PATCH 6/8] mx28evk: fix board config include guardian macro name 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 Signed-off-by: Otavio Salvador Acked-by: Fabio Estevam @@ -252,4 +252,4 @@ "run netargs; " \ "dhcp ${uimage}; bootm\0" \ -#endif /* __CONFIG_H */ +#endif /* __MX28EVK_CONFIG_H__ */