]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add implementation of spi_setup_slave_fdt()
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2014 20:26:24 +0000 (13:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:50 +0000 (20:05 -0600)
commit6e16d90aca35b8f95dd6ee9aef953d702b99eecc
tree4322f75013403cbe123bec7aa5ee0073f10876ad
parentab839dc3e6c1d07bc926199f3eebace0804f2ecf
sandbox: Add implementation of spi_setup_slave_fdt()

This function is needed when CONFIG_OF_SPI is defined.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/sandbox_spi.c