public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards
@ 2009-08-20 10:49 Felix Radensky
  2009-08-20 13:20 ` Kumar Gala
  0 siblings, 1 reply; 7+ messages in thread
From: Felix Radensky @ 2009-08-20 10:49 UTC (permalink / raw)
  To: u-boot

Hi,

All FSL MPC85xx boards define CONFIG_SYS_MONITOR_LEN as 256K
although actual size of u-boot binary is 512K. XES Xpedite boards seem to do
the right thing.

I was wandering whether CONFIG_SYS_MONITOR_LEN for 85xx boards
can be defined in terms of CONFIG_SYS_MONITOR_BASE, similar to AMCC
boards ?

#define CONFIG_SYS_MONITOR_LEN    (0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1)

Felix.

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

end of thread, other threads:[~2009-08-24 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 10:49 [U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards Felix Radensky
2009-08-20 13:20 ` Kumar Gala
2009-08-23  9:44   ` Felix Radensky
2009-08-24 14:52     ` Kumar Gala
2009-08-24 15:10       ` Felix Radensky
2009-08-24 15:14         ` Kumar Gala
2009-08-24 15:34           ` Felix Radensky

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