From patchwork Wed May 27 04:11:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 476914 X-Patchwork-Delegate: sbabic@denx.de 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 E00DA1406AA for ; Wed, 27 May 2015 14:13:05 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=a1O0kMEe; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 908334B69E; Wed, 27 May 2015 06:12:54 +0200 (CEST) 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 y7o5sJE4RcSX; Wed, 27 May 2015 06:12:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A95EA4B6A7; Wed, 27 May 2015 06:12:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6B37A4B617 for ; Wed, 27 May 2015 06:12:33 +0200 (CEST) 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 Z_pcTMncZEoc for ; Wed, 27 May 2015 06:12:33 +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-yh0-f42.google.com (mail-yh0-f42.google.com [209.85.213.42]) by theia.denx.de (Postfix) with ESMTPS id 44B0E4B653 for ; Wed, 27 May 2015 06:12:29 +0200 (CEST) Received: by yhcb70 with SMTP id b70so36617819yhc.0 for ; Tue, 26 May 2015 21:12:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=pw9sHqnSpzubGfXrqb0A/BEHgHRISmG4eTDkOQ744Bo=; b=a1O0kMEeZtMR5q49OUmQrQ/cKpWAm2yAdnxfZkgskHzbqyA6sDV5nx4cUQU40ALpmC i1iW8RFKkjKdVZr03YMCJqQr/NOxlInNy8laCBBmU5oE3gzL+Vvn2VqDIpgpiZjBjnUf lv8nYBONgc9r7wU9nr9epNuXI1RIFdnTH5xCsHMu38yc3ij/s9GqILMRRmkfsVEZP4uw dBswPX5veooridr0a+eCCntGSgDXlOWHtm157jebuYVUWdmay4IKXRFzme6Bo77gLAJT NLM+ORRUDVynSZWhKBUoL37OkSDvmgvsH9rX0gU4dSzg+SBagHVIuYEEgZKONmiC2m0r eAhA== X-Received: by 10.170.206.139 with SMTP id x133mr30727127yke.126.1432699948152; Tue, 26 May 2015 21:12:28 -0700 (PDT) Received: from localhost.localdomain ([179.159.11.148]) by mx.google.com with ESMTPSA id f35sm13117805yhq.56.2015.05.26.21.12.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 26 May 2015 21:12:27 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Wed, 27 May 2015 01:11:48 -0300 Message-Id: <1432699908-15898-5-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1432699908-15898-1-git-send-email-festevam@gmail.com> References: <1432699908-15898-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de, otavio@ossystems.com.br Subject: [U-Boot] [PATCH 5/5] warp: Fix the 'saveenv' command X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Fabio Estevam After the mx6 config consolidation, 'save' command is no longer recognized. Pass the full command name 'saveenv' instead. Signed-off-by: Fabio Estevam --- board/warp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/warp/README b/board/warp/README index db3100e..22f9055 100644 --- a/board/warp/README +++ b/board/warp/README @@ -34,7 +34,7 @@ Then U-boot should start and its messages will appear in the console program. Use the default environment variables: => env default -f -a -=> save +=> saveenv Run the DFU command: => dfu 0 mmc 0