public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Coldfire: Compiler warnings when building M5271EVB
@ 2009-01-23 22:27 Richard Retanubun
  2009-01-28 21:46 ` Liew Tsi Chung-R5AAHP
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Retanubun @ 2009-01-23 22:27 UTC (permalink / raw)
  To: u-boot

Tsi-Chung:
Sorry for the delay. I've posted the M5271 patches to the mailing list just now.

Also, I have a question about the compiler warning I see when building the M5271EVB:

cpu_init.c:57:2: warning: #warning "Chip Select 0 are not initialized/used"
cpu_init.c: In function 'init_fbcs':
cpu_init.c:49: warning: unused variable 'fbcs'

The line numbers are AFTER my patches, so they may not match yours precisely.

Is the correct answer to add CONFIG_M5271 to the this #ifndef ?

- #ifndef CONFIG_M5272
+ #if !(defined CONFIG_M5272) && !(defined CONFIG_M5271)
/* Only 5272 Flexbus chipselect is different from the rest */
void init_fbcs(void)
{

I think that will remove the warnings for M5271, but I may be missing the 
context here :)

what is the flexBus by the way?

Thanks for the time

- Richard Retanubun

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-28 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 22:27 [U-Boot] Coldfire: Compiler warnings when building M5271EVB Richard Retanubun
2009-01-28 21:46 ` Liew Tsi Chung-R5AAHP
2009-01-28 23:21   ` Richard Retanubun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox