[U-Boot] [PATCH 1/2] ARM: am57xx_evm: Enable QSPI support

Vignesh R vigneshr at ti.com
Fri Jul 29 10:57:05 CEST 2016



On Friday 29 July 2016 02:24 PM, Mugunthan V N wrote:
> On Friday 29 July 2016 12:03 PM, Vignesh R wrote:
>> AM571x IDK and AM572x IDK EVMs have spansion s25fl256s QSPI flash on the
>> board connected to TI QSPI IP over CS0. Therefore enable QSPI support.
>>
>> Signed-off-by: Vignesh R <vigneshr at ti.com>
>> ---
>>  configs/am57xx_evm_defconfig |  5 +++++
>>  include/configs/am57xx_evm.h | 36 ++++++++++++++++++++++++++++++++++++
>>  2 files changed, 41 insertions(+)
>>
>> diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
>> index 8a8a4c9090b0..c95f45aca8b5 100644
>> --- a/configs/am57xx_evm_defconfig
>> +++ b/configs/am57xx_evm_defconfig
>> @@ -41,3 +41,8 @@ CONFIG_SPL_OF_LIBFDT=y
>>  CONFIG_SPL_LOAD_FIT=y
>>  CONFIG_OF_LIST="am57xx-beagle-x15 am572x-idk"
>>  CONFIG_DM_I2C=y
>> +CONFIG_DM_SPI=y
>> +CONFIG_DM_SPI_FLASH=y
>> +CONFIG_SPI_FLASH_SPANSION=y
>> +CONFIG_TI_QSPI=y
>> +CONFIG_CMD_SF=y
> 
> CONFIG_SPI_FLASH_BAR ???

That config option is already enabled in am57xx_evm_defconfig.

-- 
Regards
Vignesh


More information about the U-Boot mailing list