[U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards
Kumar Gala
galak at kernel.crashing.org
Thu Aug 20 15:20:31 CEST 2009
On Aug 20, 2009, at 5:49 AM, Felix Radensky wrote:
> 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)
I don't have any issue w/such a fix but would like to know what the
implication is of having thing set the way we do on the FSL boards.
Is there some bug we'd hit?
- k
More information about the U-Boot
mailing list