commit | ebe76a2df9f6b82f41ec61d36d45bce56d556f17 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 13 23:41:54 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:47 2014 -0600 |
tree | 78a2dac725e175f0e18310fcb5648134d872224e | |
parent | c60e1f254747ac650f8290e5debcf8ad1567584b [diff] |
dm: Remove spi_init() from board_r.c when using driver model 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@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>