[U-Boot] [PATCH] add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env

Yoshihiro Shimoda yoshihiro.shimoda.uh at renesas.com
Wed Jan 19 08:45:56 CET 2011


Dear Wolfgang Denk,

2011/01/18 18:29, Wolfgang Denk wrote:
> Dear Yoshihiro Shimoda,
> 
>>  /* Embedded env is only supported for some flash types */
>>  #ifdef CONFIG_ENV_IS_EMBEDDED
>>  # if !defined(CONFIG_ENV_IS_IN_FLASH) && \
>> +     !defined(CONFIG_ENV_IS_IN_SPI_FLASH) && \
>>       !defined(CONFIG_ENV_IS_IN_NAND) && \
>>       !defined(CONFIG_ENV_IS_IN_ONENAND)
> 
> Please keep list sorted.
Oh, I didn't realize that is sorted by alphabet.
I will fix it.

Best regards,
Yoshihiro Shimoda


More information about the U-Boot mailing list