X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fexports.c;h=88fcfc8cb6fc652e8fb5242869ebdb4c0813f5dd;hb=03a3536c7b7f2902932606da9248c6f08318174a;hp=717e4afe6d877eca2f5c62e5bcd145cac97f9537;hpb=4f27f0ab984b3cabd696b1ad73bbe77e27756c73;p=karo-tx-uboot.git diff --git a/common/exports.c b/common/exports.c index 717e4afe6d..88fcfc8cb6 100644 --- a/common/exports.c +++ b/common/exports.c @@ -1,5 +1,6 @@ #include #include +#include DECLARE_GLOBAL_DATA_PTR; @@ -26,10 +27,12 @@ unsigned long get_version(void) # define i2c_write dummy # define i2c_read dummy #endif -#ifndef CONFIG_CMD_SPI +#if !defined(CONFIG_CMD_SPI) || defined(CONFIG_DM_SPI) # define spi_init dummy # define spi_setup_slave dummy # define spi_free_slave dummy +#endif +#ifndef CONFIG_CMD_SPI # define spi_claim_bus dummy # define spi_release_bus dummy # define spi_xfer dummy