[U-Boot] [PATCH v4 07/29] dm: Remove spi_init() from board_r.c when using driver model
Simon Glass
sjg at chromium.org
Thu Oct 23 05:03:29 CEST 2014
On 13 October 2014 23:41, Simon Glass <sjg at chromium.org> wrote:
> Driver model does its own init, so we don't need this.
>
> There is still a call in board_f.c but it is only enabled by CONFIG_HARD_SPI.
> It is easy enough to disable that option when converting boards which use
> it to driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki at gmail.com>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - Fix a typo in the commit message
>
> common/board_r.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied to u-boot-dm/master.
More information about the U-Boot
mailing list