[U-Boot] [PATCH v3 2/3] config: am43xx_usbhost_boot: sync with am43xx_evm

Tom Rini trini at konsulko.com
Mon Feb 20 12:14:54 UTC 2017


On Mon, Feb 20, 2017 at 11:05:32AM +0530, Lokesh Vutla wrote:

> am43xx_evm defconfig has been modified without making changes
> in am43xx_usbhost_boot defconfig. Synce here.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
> ---
>  configs/am43xx_evm_usbhost_boot_defconfig | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
> index 5775ab16dd..e22bc7fbdb 100644
> --- a/configs/am43xx_evm_usbhost_boot_defconfig
> +++ b/configs/am43xx_evm_usbhost_boot_defconfig
> @@ -48,13 +48,18 @@ CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  CONFIG_DM_GPIO=y
> +CONFIG_DM_I2C=y
>  CONFIG_DM_MMC=y
>  # CONFIG_DM_MMC_OPS is not set
>  CONFIG_MMC_OMAP_HS=y
> +CONFIG_DM_SPI_FLASH=y
>  CONFIG_SPI_FLASH=y
> +CONFIG_SPI_FLASH_BAR=y
>  CONFIG_SPI_FLASH_MACRONIX=y
> +CONFIG_DM_ETH=y
>  CONFIG_DM_SERIAL=y
>  CONFIG_SYS_NS16550=y
> +CONFIG_DM_SPI=y
>  CONFIG_TI_QSPI=y
>  CONFIG_TIMER=y
>  CONFIG_OMAP_TIMER=y

I like 3/3.  But instead of 2/3 here we should be moving I2C/SPI/ETH/etc
stuff over to imply (at the board level) as that still allows the user
to turn things off in their .config file, unlike a select.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170220/e6262a6a/attachment.sig>


More information about the U-Boot mailing list