From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B73CFC433EF for ; Mon, 24 Jan 2022 19:46:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 01E6E83090; Mon, 24 Jan 2022 20:46:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="BiEBXVl4"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1217F8312A; Mon, 24 Jan 2022 20:46:32 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8B47283090 for ; Mon, 24 Jan 2022 20:46:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 074AA612E9; Mon, 24 Jan 2022 19:46:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A692C340E7; Mon, 24 Jan 2022 19:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643053587; bh=9GQhPxfK6Ns34nXeVwK1MBzUyfhIkLMzUEzcYQK5lXc=; h=From:To:Cc:Subject:Date:From; b=BiEBXVl4kT5w+IJT/03rjT5V7qQ/qkAhIlhQgCQj+IeXfVrl/LDRCQIorH6TLnlxK IW+0q0rL32EC9G6DW0QS7NiRkoQzIqzOroVK12M92RyTlxly3rDQfm6Z1/u1pDbHTZ V8bNDALboI2JrynaRvvG6gc6cTuo2nWtKzMGG27iACzRJFHo40kRK65xPezoITitDG opctxTGjDpZ7MPUamWl8EYdDZh5qt/iDEg44jl9ZhkrMRQ6NXG19U9umSuAyVp676T QdWTC31Hm7n4vQwtJ4r2tgF3SQ5mT9zoQTBMd0ktIMMlhpfVPlbRs2DlGRfPyhGLMz iQX3/748ABG+Q== Received: by pali.im (Postfix) id 50D6CA79; Mon, 24 Jan 2022 20:46:24 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Heinrich Schuchardt , Simon Glass , Tom Rini Cc: u-boot@lists.denx.de Subject: [RESEND PATCH 1/3] Nokia RX-51: Update documentation about ext2/3/4 Date: Mon, 24 Jan 2022 20:45:52 +0100 Message-Id: <20220124194554.3904-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Since commit 25c5b6517854 ("Nokia RX-51: Do not try calling both ext2load and ext4load") command ext4load is used for all ext2/3/4 fs variants. Signed-off-by: Pali Rohár --- doc/README.nokia_rx51 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/README.nokia_rx51 b/doc/README.nokia_rx51 index 7f22ed49bd75..1be077514f03 100644 --- a/doc/README.nokia_rx51 +++ b/doc/README.nokia_rx51 @@ -44,8 +44,7 @@ Boot from SD or eMMC in this order: * 1.2 find uImage on first fat partition * 1.3 find zImage on first fat partition * 1.4 same order for 2. - 4. fat partition - * 2. same as 1. but for ext2/3 partition - * 3. same as 1. but for ext4 partition + * 2. same as 1. but for ext2/3/4 partition Available additional commands/variables: @@ -70,7 +69,7 @@ Additional variables for loading files from mmc: * mmc ${mmcnum} (0 - external, 1 - internal) * partition number ${mmcpart} (1 - 4) - * parition type ${mmctype} (fat, ext2, ext4) + * partition type ${mmctype} (fat, ext2, ext4; ext2 is just alias for ext4) Additional variables for booting kernel: -- 2.20.1