]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/spi_flash.h
dm: power: Convert as3722 to driver model
[people/ms/u-boot.git] / include / spi_flash.h
index d0ce9e721ad0d74ca769c6e19ffd5e167f8e7679..be2fe3f84cb9a85ac49595a581b5d10ae7b0b3b5 100644 (file)
@@ -239,7 +239,4 @@ static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len,
                return flash->flash_unlock(flash, ofs, len);
 }
 
-void spi_boot(void) __noreturn;
-void spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
-
 #endif /* _SPI_FLASH_H_ */