| Submitter | Bo Shen |
|---|---|
| Date | May 14, 2012, 5:26 a.m. |
| Message ID | <4FB0977F.3000404@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/158902/ |
| State | Not Applicable |
| Delegated to: | Andreas Bießmann |
| Headers | show |
Comments
Patch
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 159857d..af0611c 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -125,6 +125,14 @@ /* No NOR flash */ #define CONFIG_SYS_NO_FLASH +/* Serial flash */ +#define CONFIG_CMD_SF +#ifdef CONFIG_CMD_SF +#define CONFIG_ATMEL_SPI +#define CONFIG_SPI_FLASH +#define CONFIG_SPI_FLASH_ATMEL +#endif + /* NAND flash */ #ifdef CONFIG_CMD_NAND #define CONFIG_NAND_ATMEL