From patchwork Sat May 12 23:40:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 158794 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 5D379B700F for ; Sun, 13 May 2012 09:39:23 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9AE22281EF; Sun, 13 May 2012 01:39:11 +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 yqZ4d1eif3Un; Sun, 13 May 2012 01:39:11 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 48CB9281C5; Sun, 13 May 2012 01:38:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4E7D7281A2 for ; Sun, 13 May 2012 01:38:42 +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 QzPdfMJmsCO0 for ; Sun, 13 May 2012 01:38:36 +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 8469728191 for ; Sun, 13 May 2012 01:38:35 +0200 (CEST) Received: by mail-vb0-f44.google.com with SMTP id ez10so3859859vbb.3 for ; Sat, 12 May 2012 16:38:35 -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=fkBjpZaWLDljhezuKxLblMxGAQu7kjuZqeeP2gwSi3bho1/9eDGFYk5nLQkckpK/HX ycrShvXzOjezzu8+Jvym7TknU6qnIMvq8q1+PAYNaw3VtQrC9mC40cjVaXOFgHLL1Nuf Mj7PsYKvrDMr+JiNX6CLdr35PUFSTDBL8mmptrvNvqmUN5NXIQgjHDzanM6MXhYH/pC9 GoUG+Ei68POl71N47eGKJrA5e5BlYU9TliSW7XlVIGag0HFxON1LTzjEdnPNzcXUa/xk VAO/2edpolbRZ48gHNG+eYRFiZvc8qmV2SfFYYgEit8ghU/hzuULMg2gOR/bZBga0970 nXKg== Received: by 10.220.156.10 with SMTP id u10mr1961704vcw.20.1336865915203; Sat, 12 May 2012 16:38:35 -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.33 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 May 2012 16:38:34 -0700 (PDT) From: Otavio Salvador To: u-boot@lists.denx.de Date: Sat, 12 May 2012 20:40:13 -0300 Message-Id: <1336866018-614-4-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 3/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 Acked-by: Fabio Estevam --- 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