From patchwork Fri Aug 31 09:53:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 180943 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 DB9D82C0343 for ; Fri, 31 Aug 2012 19:53:55 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C5DD280A5; Fri, 31 Aug 2012 11:53:51 +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 t20fcjifoo1b; Fri, 31 Aug 2012 11:53:51 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 290E02809C; Fri, 31 Aug 2012 11:53:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 806662809C for ; Fri, 31 Aug 2012 11:53:47 +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 B0jUaEUlyML5 for ; Fri, 31 Aug 2012 11:53:46 +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-ey0-f172.google.com (mail-ey0-f172.google.com [209.85.215.172]) by theia.denx.de (Postfix) with ESMTPS id 85A0E28094 for ; Fri, 31 Aug 2012 11:53:45 +0200 (CEST) Received: by eaai11 with SMTP id i11so765271eaa.3 for ; Fri, 31 Aug 2012 02:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=e+4ZjJmgtWCcEne4Zgg/wUWPUIxty/rQ8YCrCgdV2gI=; b=lfj2qsWi8IPl3DYsHYezkCKw1OmwNgSRpge4kKkqIYha4ixWYyWZ6QgSqbW73C6soo 2BvswdH+cEbCTJauLggWv7GusWzkM6wmFTqE62/iFtBaoVcYsLGPK0+8xAHH9h2qeA8h ySWMSHCcki4tJ5yjDPCzo7K+t710CcMP4fki2geQlPBvHsqkj8Lw8rY2sgol5VfhTNZu Ao1JWfTiTOJiPYvOc58Vz1n8PZ3yoDSN6H0pTzsw/7Ulz4vURpJYwAKf3dLTokeJRr6O NJMI98Yb+/l8BJwlfvk59L712G/WNhajEJNFx5ImhsIeBFM4GOUB7Kjzf0KBW00gRWYi b6tw== Received: by 10.14.202.131 with SMTP id d3mr10359239eeo.32.1346406823265; Fri, 31 Aug 2012 02:53:43 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPS id 45sm11991063eeb.8.2012.08.31.02.53.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 31 Aug 2012 02:53:42 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Fri, 31 Aug 2012 11:53:32 +0200 Message-Id: <1346406812-24590-1-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Cc: Thomas Weber , =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Subject: [U-Boot] [PATCH] devkit8000: add rootwait to mmcboot option 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Andreas Bießmann Signed-off-by: Andreas Bießmann cc: Thomas Weber --- include/configs/devkit8000.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 037a5bb..e742973 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -197,6 +197,7 @@ "run commonargs; " \ "setenv bootargs ${bootargs} " \ "root=/dev/mmcblk0p2 " \ + "rootwait " \ "${kernelopts}\0" \ "nandargs=" \ "run commonargs; " \