All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Commit 3865ceb7 breaks vexpress_aemv8a build with warnings
Date: Thu, 30 Jan 2014 15:35:48 +0100	[thread overview]
Message-ID: <20140130153548.41a123ab@lilith> (raw)

Hello,

I have just noticed that vexpress_aemv8a seems broken with v2014.01,
using gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9).

The symptom is a lot of warnings like

smc91111_eeprom.c: In function 'dump_reg':
/home/albert/src/u-boot-arm/include/../drivers/net/smc91111.h:261:28:
warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast] #define SMC_outw(a,d,r) (*((volatile word
*)((a)->iobase+(r))) = d)
^ /home/albert/src/u-boot-arm/include/../drivers/net/smc91111.h:747:33:
note: in expansion of macro 'SMC_outw' #define SMC_SELECT_BANK(a,x)
{ SMC_outw((a), (x), BANK_SELECT ); }

A rough search shows that the issue originates in commit 3865ceb7
("vexpress/armv8: Fix incorrect ethernet controller") submitted by
Bhupesh Sharma and committed by Tom Rini, both Cc:ed.

Bupesh, can you investigate?

Amicalement,
-- 
Albert.

             reply	other threads:[~2014-01-30 14:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 14:35 Albert ARIBAUD [this message]
2014-01-30 14:44 ` [U-Boot] Commit 3865ceb7 breaks vexpress_aemv8a build with warnings bhupesh.sharma at freescale.com
2014-01-30 16:23   ` Albert ARIBAUD

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=20140130153548.41a123ab@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.