diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-12-17 15:50:44 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-12-18 17:26:07 -0700 |
commit | adfe3b247a7a281931f0fd865e9d00600e9dd384 (patch) | |
tree | e2a388dc0df283233d937f35433ab416b3d48307 /include/configs/crownbay.h | |
parent | 63faf2507d263bbd6285b3fe637fd80df05a58a0 (diff) | |
download | u-boot-adfe3b247a7a281931f0fd865e9d00600e9dd384.tar.gz |
x86: crownbay: Add SPI flash support
The Crown Bay board has an SST25VF016B flash connected to the Tunnel
Creek processor SPI controller used as the BIOS media where U-Boot
is stored. Enable this flash support.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/crownbay.h')
-rw-r--r-- | include/configs/crownbay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index 2314e62a87..a051b1149b 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -45,6 +45,8 @@ #define CONFIG_SCSI_DEV_LIST \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TCF_SATA} +#define CONFIG_SPI_FLASH_SST + /* Video is not supported */ #undef CONFIG_VIDEO #undef CONFIG_CFB_CONSOLE |