From: Peter Korsgaard <jacmet@sunsite.dk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name
Date: Thu, 14 Mar 2013 17:00:30 +0100 [thread overview]
Message-ID: <87ip4u55up.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1363276521-11283-2-git-send-email-trini@ti.com> (Tom Rini's message of "Thu, 14 Mar 2013 11:55:19 -0400")
>>>>> "Tom" == Tom Rini <trini@ti.com> writes:
Tom> From: Koen Kooi <koen@dominion.thruhere.net>
Tom> Cc: Matt Porter <mporter@ti.com>
Tom> Cc: Nishanth Menon <nm@ti.com>
Tom> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Tom> Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Tom> ---
Tom> include/configs/am335x_evm.h | 2 ++
Tom> 1 file changed, 2 insertions(+)
Tom> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
Tom> index 33ee2c4..377a3c5 100644
Tom> --- a/include/configs/am335x_evm.h
Tom> +++ b/include/configs/am335x_evm.h
Tom> @@ -87,6 +87,8 @@
Tom> "findfdt="\
Tom> "if test $board_name = A335BONE; then " \
Tom> "setenv fdtfile am335x-bone.dtb; fi; " \
Tom> + "if test $board_name = A335BNLT; then " \
Tom> + "setenv fdtfile am335x-boneblack.dtb; fi; " \
Tom> "if test $board_name = A33515BB; then " \
Tom> "setenv fdtfile am335x-evm.dtb; fi; " \
Tom> "if test $board_name = A335X_SK; then " \
Tom> --
Tom> 1.7.9.5
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-03-14 16:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-14 15:55 [U-Boot] [PATCH v3 0/3] am335x_evm: Switch to DT boot, add another platform Tom Rini
2013-03-14 15:55 ` [U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name Tom Rini
2013-03-14 15:59 ` Matt Porter
2013-03-14 16:00 ` Peter Korsgaard [this message]
2013-03-14 16:45 ` menon.nishanth at gmail.com
2013-03-26 14:52 ` [U-Boot] [U-Boot, v3, " Tom Rini
2013-03-14 15:55 ` [U-Boot] [PATCH v3 2/3] am335x_evm: Enable CMD_EXT4 and CMD_FS_GENERIC, add bootpart to env Tom Rini
2013-03-14 16:01 ` Peter Korsgaard
2013-03-14 15:55 ` [U-Boot] [PATCH v3 3/3] am335x_evm: Add more variables and switch to DT booting Tom Rini
2013-03-14 16:01 ` 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=87ip4u55up.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