All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] spl: Fix compilation warnings for arm64
Date: Thu, 21 Jul 2016 21:21:23 -0600	[thread overview]
Message-ID: <CAPnjgZ2xDhx12RXE6rJHb1huajo2tEPYzMyA5jEKSoynmb=zSA@mail.gmail.com> (raw)
In-Reply-To: <578C801F.2090600@xilinx.com>

Hi Michael,

On 18 July 2016 at 01:07, Michal Simek <michal.simek@xilinx.com> wrote:
> Hi Simon,
>
> On 17.7.2016 16:12, Simon Glass wrote:
>> Hi Michal,
>>
>> On 15 July 2016 at 00:48, Michal Simek <michal.simek@xilinx.com> wrote:
>>> Make code 64bit aware.
>>>
>>> Warnings:
>>> +../arch/arm/lib/spl.c: In function ?jump_to_image_linux?:
>>> +../arch/arm/lib/spl.c:63:3: warning: cast to pointer from integer of
>>> different size [-Wint-to-pointer-cast]
>>> +../common/spl/spl_fat.c: In function ?spl_load_image_fat?:
>>> +../common/spl/spl_fat.c:91:33: warning: cast to pointer from integer
>>> of different size [-Wint-to-pointer-cast]
>>>
>>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>>> ---
>>>
>>>  arch/arm/lib/spl.c   | 2 +-
>>>  common/spl/spl_fat.c | 3 ++-
>>>  2 files changed, 3 insertions(+), 2 deletions(-)
>>
>> Reviewed-by: Simon Glass <sjg@chromium.org>
>>
>> You could use map_sysmem() / unmap_sysmem() to convert a ulong address
>> into a pointer.
>
> Isn't this used more for remapping with non zero length?
> I see in the code that people are using it just for conversion but the
> question is if this is right usage.

You are supposed to unmap afterwards. Is that not possible?

Regards,
Simon

  reply	other threads:[~2016-07-22  3:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-15  6:48 [U-Boot] [PATCH] spl: Fix compilation warnings for arm64 Michal Simek
2016-07-17 14:12 ` Simon Glass
2016-07-18  7:07   ` Michal Simek
2016-07-22  3:21     ` Simon Glass [this message]
2016-07-22  7:23       ` Michal Simek

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='CAPnjgZ2xDhx12RXE6rJHb1huajo2tEPYzMyA5jEKSoynmb=zSA@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.