X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fdriver-model%2Fspi-howto.txt;h=ee4abf4a8b49cc8b8ab2de8521fe91522afb3e14;hb=02cc27c74f9b884b538bcd1b93342a4c05b5d608;hp=5bc29ad65ce145b7dbea4fb7fbd4928e8b7395e6;hpb=2017aaef8c383c910e791bf0f87fa4d6b78f5945;p=u-boot diff --git a/doc/driver-model/spi-howto.txt b/doc/driver-model/spi-howto.txt index 5bc29ad65c..ee4abf4a8b 100644 --- a/doc/driver-model/spi-howto.txt +++ b/doc/driver-model/spi-howto.txt @@ -40,8 +40,8 @@ with only minor changes: Add these to your board config: -#define CONFIG_DM_SPI -#define CONFIG_DM_SPI_FLASH +CONFIG_DM_SPI +CONFIG_DM_SPI_FLASH 2. Add the skeleton