[U-Boot] [PATCH] ppc/85xx: Set CONFIG_SYS_MONITOR_LEN correctly

Kumar Gala galak at kernel.crashing.org
Wed Sep 9 16:19:37 CEST 2009


On Sep 9, 2009, at 8:42 AM, Wolfgang Denk wrote:

>>
>> --- a/include/configs/ATUM8548.h
>> +++ b/include/configs/ATUM8548.h
>> @@ -198,7 +198,7 @@
>> #define CONFIG_SYS_GBL_DATA_OFFSET	(CONFIG_SYS_INIT_RAM_END -  
>> CONFIG_SYS_GBL_DATA_SIZE)
>> #define CONFIG_SYS_INIT_SP_OFFSET	CONFIG_SYS_GBL_DATA_OFFSET
>>
>> -#define CONFIG_SYS_MONITOR_LEN		(256 * 1024) /* Reserve 256 kB for  
>> Mon */
>> +#define CONFIG_SYS_MONITOR_LEN		(512 * 1024) /* Reserve 512 kB for  
>> Mon */
>
> Why is this changing here and in other places?
>

Beyond the other issues this patch raises, there is technically a bug  
a number of config.h's in which CONFIG_SYS_MONITOR_LEN has been  
wrong.  I agree that setting it like TQM85xx does for most of these  
would be a better option.

- k


More information about the U-Boot mailing list