From: Tom Rini <trini@ti.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] u-boot: disable SPL/MLO processing for omapl138 SOCs
Date: Thu, 26 Jun 2014 09:30:45 -0400 [thread overview]
Message-ID: <20140626133045.GN9006@bill-the-cat> (raw)
In-Reply-To: <1403712632-26072-1-git-send-email-denis@denix.org>
[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]
On Wed, Jun 25, 2014 at 12:10:32PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-bsp/u-boot/u-boot_2014.07.bb | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
> index b326aa1..9da6f7d 100644
> --- a/recipes-bsp/u-boot/u-boot_2014.07.bb
> +++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
> @@ -25,3 +25,6 @@ SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
>
> SPL_BINARY = "MLO"
> SPL_UART_BINARY = "u-boot-spl.bin"
> +
> +SPL_BINARY_omapl138 = ""
> +SPL_UART_BINARY_omapl138 = ""
omapl138 is am18xx right? SPL supports that. The only issue is that we
need to ship u-boot.ais which is a combo image. If I'm looking at the
right branch, the problem(s) right now are we don't use the right config
target (da850_am18xxevm_config is what we want) and UBOOT_SUFFIX to
"ais" (in the omapl138.inc file).
--
Tom
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 853 bytes --]
next prev parent reply other threads:[~2014-06-26 13:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 16:10 [PATCH] u-boot: disable SPL/MLO processing for omapl138 SOCs Denys Dmytriyenko
2014-06-26 13:30 ` Tom Rini [this message]
2014-06-26 17:31 ` Denys Dmytriyenko
2014-06-26 19:22 ` Tom Rini
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=20140626133045.GN9006@bill-the-cat \
--to=trini@ti.com \
--cc=denis@denix.org \
--cc=meta-ti@yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.