diff options
author | Angus Ainslie <angus@akkea.ca> | 2016-11-11 11:31:39 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-11-29 17:00:31 +0100 |
commit | 9cd37b02a010addfbe6b2ed5b2eacd5bd7e36fb8 (patch) | |
tree | 85f9b6a30b5049f6c36f8d7913cdd5a72f8baa16 /configs/mx7dsabresd_secure_defconfig | |
parent | 0405092bd21a44f5af22f17aeb0b82a0a11e1252 (diff) | |
download | u-boot-9cd37b02a010addfbe6b2ed5b2eacd5bd7e36fb8.tar.gz |
imx7: SPI: add suport for SPI flash in mikroBUS slot
Enable the escpi3 nets attached to the mikroBUS slot
on the i.MX7 Sabre evalution board. Also enble the SPI flash
commands to work with the "flash click" board.
This is V2 of this patch with changes recommended by the maintainer
CC: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/mx7dsabresd_secure_defconfig')
-rw-r--r-- | configs/mx7dsabresd_secure_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_secure_defconfig b/configs/mx7dsabresd_secure_defconfig index 126ce31ff7..ef935221c4 100644 --- a/configs/mx7dsabresd_secure_defconfig +++ b/configs/mx7dsabresd_secure_defconfig @@ -45,3 +45,6 @@ CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 CONFIG_OF_LIBFDT=y +CONFIG_SPI_FLASH=y +CONFIG_CMD_SF=y +CONFIG_SPI_FLASH_EON=y |