From patchwork Thu Nov 24 18:02:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 127596 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 3D0C1B6F8C for ; Fri, 25 Nov 2011 05:02:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D8D5528278; Thu, 24 Nov 2011 19:02:21 +0100 (CET) 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 92Z5xTtb88Bk; Thu, 24 Nov 2011 19:02:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B07C72826A; Thu, 24 Nov 2011 19:02:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 049262826A for ; Thu, 24 Nov 2011 19:02:19 +0100 (CET) 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 XtN5vwuOu5HN for ; Thu, 24 Nov 2011 19:02:18 +0100 (CET) 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-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id A2F1428256 for ; Thu, 24 Nov 2011 19:02:17 +0100 (CET) Received: by bkbzv15 with SMTP id zv15so2876966bkb.3 for ; Thu, 24 Nov 2011 10:02:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=D45vnE2FtdH8TM2IDVVUs8xfTSWel/wvrDBWDoMTSE8=; b=MXoTNfRSBe3drQGuT4xkJXLHjd6dhEGfHqADhTGhAHwhh0TUNCqz/HLzUumoYgtZhV QicoF8SBpn3s0NVv9y56m1doRkHj40B8soV8yxIolYDYxJzQA0dz9ZY895t7479nOxEC 7lVPJA/ykQ+P1qBEvRsUwRwM8h/LHk+pqloLA= Received: by 10.204.156.133 with SMTP id x5mr29653036bkw.87.1322157736842; Thu, 24 Nov 2011 10:02:16 -0800 (PST) Received: from mashiro.ms.mff.cuni.cz (eduroam26.ms.mff.cuni.cz. [195.113.21.26]) by mx.google.com with ESMTPS id r5sm25996738fam.4.2011.11.24.10.02.16 (version=SSLv3 cipher=OTHER); Thu, 24 Nov 2011 10:02:16 -0800 (PST) From: Marek Vasut To: u-boot@lists.denx.de Date: Thu, 24 Nov 2011 19:02:13 +0100 Message-Id: <1322157733-21396-1-git-send-email-marek.vasut@gmail.com> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1322156353-20991-1-git-send-email-marek.vasut@gmail.com> References: <1322156353-20991-1-git-send-email-marek.vasut@gmail.com> Subject: [U-Boot] [PATCH V3] M28: Document that units has to be set to sectors on SD bootcard 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: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk --- doc/README.m28 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) V2: Make this all simpler for user to follow V3: Fix grammar diff --git a/doc/README.m28 b/doc/README.m28 index b749ce0..548982f 100644 --- a/doc/README.m28 +++ b/doc/README.m28 @@ -113,7 +113,8 @@ must have the following parameters: * Partition size ........ at least 1024 kb * Partition type ........ 0x53 (sometimes "OnTrack DM6 Aux3") -For example in Linux fdisk, the sequence for a clear card is the following: +For example in Linux fdisk, the sequence for a clear card follows. Be sure to +run fdisk with the option "-u=sectors" to set units to sectors: * o ..................... create a clear partition table * n ..................... create new partition