From patchwork Fri May 11 15:38:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 158544 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 3B434B6FF8 for ; Sat, 12 May 2012 01:37:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA768280FB; Fri, 11 May 2012 17:36:59 +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 lUhyTPjCDNe6; Fri, 11 May 2012 17:36:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BFEC328106; Fri, 11 May 2012 17:36:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB233280C3 for ; Fri, 11 May 2012 17:36:24 +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 7-7N2nJE3Hbw for ; Fri, 11 May 2012 17:36:21 +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 23C94280D0 for ; Fri, 11 May 2012 17:36:19 +0200 (CEST) Received: by mail-vb0-f44.google.com with SMTP id ez10so2854656vbb.3 for ; Fri, 11 May 2012 08:36:19 -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=0SJosYdYwSyMNCnixpCyT2kru2oxlR2E/DRH6J/i0VM=; b=xrCKbBv0KsbH8l0Jr7JdajEclSoo4Qi4nPiKjHe1OaXIpBbFnJcdjw5OUZvbyaNznT qAXtEUw8cfknglEM5BHUi8BNL35GLIperRPcZyeQE56TCbSbTRY7Bia9sptCrJ39j/2a RwgwxZON0O1i7kTSqhsxmiqkYsZBqGPikQ3XgcmAtP88FlhLZ1zDxP70QK0p/YiGsMr6 rRo4x6JaVAITydgYdqTWMAv1OS0QN46XXOK/EYEh88lYbESzgqo9mVpUAwvfc6a/o8jY RdOamwvM4eqZ3rb+nF+3fSzJzEWIeT6OMlMUkfsIg6PgXZBidO+zHYHegac/wg0e5UmC Ml7w== Received: by 10.52.26.240 with SMTP id o16mr4072743vdg.20.1336750579844; Fri, 11 May 2012 08:36:19 -0700 (PDT) Received: from micro.lab.ossystems.com.br.lab.ossystems.com.br ([186.218.100.214]) by mx.google.com with ESMTPS id y7sm2834791vdj.0.2012.05.11.08.36.18 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 May 2012 08:36:19 -0700 (PDT) From: Otavio Salvador To: u-boot@lists.denx.de Date: Fri, 11 May 2012 12:38:02 -0300 Message-Id: <1336750686-29323-4-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1336750686-29323-1-git-send-email-otavio@ossystems.com.br> References: <1336750686-29323-1-git-send-email-otavio@ossystems.com.br> Subject: [U-Boot] [PATCH 4/8] mx28evk: ensure command definition is in alphabetic order 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 --- include/configs/mx28evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 0c18e50..5ccfe70 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -54,11 +54,11 @@ #include #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DOS_PARTITION -#define CONFIG_CMD_FAT #define CONFIG_CMD_CACHE #define CONFIG_CMD_DATE #define CONFIG_CMD_DHCP +#define CONFIG_CMD_FAT #define CONFIG_CMD_GPIO #define CONFIG_CMD_MII #define CONFIG_CMD_MMC