[U-Boot-Users] [PATCH] fix specific ssi.h include when ds1722 or mw_eeprom not used

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Oct 11 22:21:42 CEST 2007


Grant Likely a écrit :
> On 10/11/07, Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>

>>  #include <common.h>
>> -#include <ssi.h>
>> -
>>
>>  #ifdef CONFIG_MW_EEPROM
>>
>> +#include <ssi.h>
>> +
> 
> Unless this fixes a compile bug, this change isn't worth it right now.
>  The CONFIG_MW_EEPROM macro is going to go away very soon.
> Cheers,
> g.
> 

You're rigth its fix a compile bug.
I've seen that mw_eeprom is only use in sc520_spunk and sc520_cdp boards.

Best Regards.





More information about the U-Boot mailing list