Re: [U-Boot] [PATCH] spl: fix SPI config dependencies

2019-10-23 Thread Jagan Teki
On Wed, Oct 23, 2019 at 1:35 AM Simon Goldschmidt wrote: > > As SPL_SPI_FLASH_SUPPORT cannot work without SPL_SPI_SUPPORT, fix > dependencies to prevent enabling SPI flash support without basic SPI > support. > > Also SYS_SPI_U_BOOT_OFFS does not make sense without > SPL_SPI_FLASH_SUPPORT

[U-Boot] [PATCH] spl: fix SPI config dependencies

2019-10-22 Thread Simon Goldschmidt
As SPL_SPI_FLASH_SUPPORT cannot work without SPL_SPI_SUPPORT, fix dependencies to prevent enabling SPI flash support without basic SPI support. Also SYS_SPI_U_BOOT_OFFS does not make sense without SPL_SPI_FLASH_SUPPORT enabled, so move it into its 'if' section. Signed-off-by: Simon Goldschmidt