From: Peng Fan <van.freenix@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx: mx7dsabresd: consolidate BOOT_FROM
Date: Sun, 28 Aug 2016 19:52:15 +0800 [thread overview]
Message-ID: <20160828115212.GA18359@linux-7smt.suse> (raw)
In-Reply-To: <b4725f8e-b34b-3265-b4a9-713f8f5da5ff@denx.de>
Hi Stefano,
On Fri, Aug 26, 2016 at 04:03:00PM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 11/08/2016 08:09, Peng Fan wrote:
>> To i.MX7, different boot medias' IVT offset is fixed at 0x400.
>> So consolidate BOOT_FROM to use FLASH_OFFSET_STANDARD.
>>
>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> ---
>> board/freescale/mx7dsabresd/imximage.cfg | 7 ++-----
>> 1 file changed, 2 insertions(+), 5 deletions(-)
>>
>> diff --git a/board/freescale/mx7dsabresd/imximage.cfg b/board/freescale/mx7dsabresd/imximage.cfg
>> index 76574ff..7314316 100644
>> --- a/board/freescale/mx7dsabresd/imximage.cfg
>> +++ b/board/freescale/mx7dsabresd/imximage.cfg
>> @@ -16,11 +16,8 @@
>>
>> IMAGE_VERSION 2
>>
>> -/*
>> - * Boot Device : sd
>> - */
>> -
>> -BOOT_FROM sd
>> +/* valid for various boot medias */
>> +BOOT_FROM FLASH_OFFSET_STANDARD
>>
>
>But this is not:
>
>
>BOOT_OFFSET FLASH_OFFSET_STANDARD
>
>istead of BOTT_FROM ? It looks to me wrong.
My bad. You are right. I missed to do a compile test for this.
Thanks,
Peng.
>
>Best regards,
>Stefano Babic
>
>--
>=====================================================================
>DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
>HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
>=====================================================================
next prev parent reply other threads:[~2016-08-28 11:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-11 6:09 [U-Boot] [PATCH] imx: mx7dsabresd: consolidate BOOT_FROM Peng Fan
2016-08-26 13:32 ` Stefano Babic
2016-08-26 14:03 ` Stefano Babic
2016-08-28 11:52 ` Peng Fan [this message]
2016-08-28 14:26 ` Stefano Babic
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=20160828115212.GA18359@linux-7smt.suse \
--to=van.freenix@gmail.com \
--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 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.