public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/3] am335x_evm: Enable CMD_EXT4 and CMD_FS_GENERIC, add bootpart to env
Date: Wed, 13 Mar 2013 16:04:46 +0100	[thread overview]
Message-ID: <877glbs5m9.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1363184418-23957-3-git-send-email-trini@ti.com> (Tom Rini's message of "Wed, 13 Mar 2013 10:20:17 -0400")

>>>>> "Tom" == Tom Rini <trini@ti.com> writes:

 Tom> From: Koen Kooi <koen@dominion.thruhere.net>
 Tom> The kernel is loaded from some form of ext[234] or FAT, depending on the
 Tom> distribution used.  We add a bootpart variable to the environment so
 Tom> that we can load from the correct mmc partition as well.

 Tom> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 Tom> Signed-off-by: Tom Rini <trini@ti.com>
 Tom> ---
 Tom>  include/configs/am335x_evm.h |   10 ++++++----
 Tom>  1 file changed, 6 insertions(+), 4 deletions(-)

 Tom> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
 Tom> index abf4e39..ec4ddbc 100644
 Tom> --- a/include/configs/am335x_evm.h
 Tom> +++ b/include/configs/am335x_evm.h
 Tom> @@ -61,6 +61,7 @@
 Tom>  	"mmcdev=0\0" \
 Tom>  	"mmcroot=/dev/mmcblk0p2 ro\0" \
 Tom>  	"mmcrootfstype=ext4 rootwait\0" \
 Tom> +	"bootpart=0:2\0" \

You could argue this should be ${mmcdev}:2 instead.

 Tom> @@ -147,6 +147,8 @@
 Tom>  #define CONFIG_DOS_PARTITION
 Tom>  #define CONFIG_CMD_FAT
 Tom>  #define CONFIG_CMD_EXT2
 Tom> +#define CONFIG_CMD_EXT4
 Tom> +#define CONFIG_CMD_FS_GENERIC

CMD_EXT2 can presumably be dropped now?

Other than that,

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2013-03-13 15:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-13 14:20 [U-Boot] [PATCH v2 0/3] am335x_evm: Switch to DT boot, add another platform Tom Rini
2013-03-13 14:20 ` [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name Tom Rini
2013-03-13 14:35   ` Nishanth Menon
2013-03-13 14:57     ` Koen Kooi
2013-03-13 15:02       ` Nishanth Menon
2013-03-13 15:05         ` Koen Kooi
2013-03-13 15:07           ` Nishanth Menon
2013-03-13 19:02             ` Koen Kooi
2013-03-13 19:26               ` Nishanth Menon
2013-03-13 20:19               ` Matt Porter
2013-03-14  6:53                 ` Koen Kooi
2013-03-14 15:07                   ` Matt Porter
2013-03-13 14:20 ` [U-Boot] [PATCH v2 2/3] am335x_evm: Enable CMD_EXT4 and CMD_FS_GENERIC, add bootpart to env Tom Rini
2013-03-13 15:04   ` Peter Korsgaard [this message]
2013-03-13 15:12     ` Tom Rini
2013-03-13 17:40       ` Peter Korsgaard
2013-03-13 14:20 ` [U-Boot] [PATCH v2 3/3] am335x_evm: Add more variables and switch to DT booting Tom Rini
2013-03-13 15:06   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877glbs5m9.fsf@dell.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox