[U-Boot] [PATCH] defconfig: am43xx_evm: Enable DM_SPI and DM_SPI_FLASH

Lokesh Vutla lokeshvutla at ti.com
Tue Nov 22 10:14:34 CET 2016



On Tuesday 22 November 2016 02:42 PM, Vignesh R wrote:
> Commit 4c4e3b37750f3("ARM: AM43xx: Enable FIT") accidentally disabled
> DM_SPI and DM_SPI_FLASH. Add back DM_SPI and DM_SPI_FLASH to
> am43xx_evm_defconfig in order to make use of DM framework for QSPI.
> 
> Signed-off-by: Vignesh R <vigneshr at ti.com>

Acked-by: Lokesh Vutla <lokeshvutla at ti.com>

Thanks and regards,
Lokesh

> ---
>  configs/am43xx_evm_defconfig    | 2 ++
>  configs/am43xx_hs_evm_defconfig | 2 ++
>  2 files changed, 4 insertions(+)
> 
> diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
> index 443e1fb6bfc2..e596106e1326 100644
> --- a/configs/am43xx_evm_defconfig
> +++ b/configs/am43xx_evm_defconfig
> @@ -51,6 +51,8 @@ CONFIG_SPI_FLASH_MACRONIX=y
>  CONFIG_DM_ETH=y
>  CONFIG_DM_SERIAL=y
>  CONFIG_SYS_NS16550=y
> +CONFIG_DM_SPI=y
> +CONFIG_DM_SPI_FLASH=y
>  CONFIG_TI_QSPI=y
>  CONFIG_TIMER=y
>  CONFIG_OMAP_TIMER=y
> diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
> index 1c538774b0a9..582866daa11c 100644
> --- a/configs/am43xx_hs_evm_defconfig
> +++ b/configs/am43xx_hs_evm_defconfig
> @@ -52,6 +52,8 @@ CONFIG_SPI_FLASH_MACRONIX=y
>  CONFIG_DM_ETH=y
>  CONFIG_DM_SERIAL=y
>  CONFIG_SYS_NS16550=y
> +CONFIG_DM_SPI=y
> +CONFIG_DM_SPI_FLASH=y
>  CONFIG_TI_QSPI=y
>  CONFIG_TIMER=y
>  CONFIG_OMAP_TIMER=y
> 


More information about the U-Boot mailing list