diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-20 09:02:04 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-27 21:06:53 +0530 |
commit | fe82ca8f7148295c1b04c02f20ea2ecde859c253 (patch) | |
tree | b586d09aef3904345c837e4f4ce118c14b8daed2 /doc/driver-model | |
parent | e2cae514725568bb4d3f8588c816f6ca521fa68f (diff) | |
download | u-boot-fe82ca8f7148295c1b04c02f20ea2ecde859c253.tar.gz |
spi: Remove used spi_init
spi_init used in some areas in tree, but the respective
drivers will remove in future patches.
So remove the same instances.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'doc/driver-model')
-rw-r--r-- | doc/driver-model/spi-howto.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/driver-model/spi-howto.txt b/doc/driver-model/spi-howto.txt index 1955ffe284..38c26f642b 100644 --- a/doc/driver-model/spi-howto.txt +++ b/doc/driver-model/spi-howto.txt @@ -163,11 +163,6 @@ At this point you should be able to build U-Boot for your board with the empty SPI driver. You still have empty methods in your driver, but we will write these one by one. -If you have spi_init() functions or the like that are called from your -board then the build will fail. Remove these calls and make a note of the -init that needs to be done. - - 7. Set up your platform data structure This will hold the information your driver to operate, like its hardware |