X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fspi_flash.h;h=be2fe3f84cb9a85ac49595a581b5d10ae7b0b3b5;hb=27326c7ee269ff351bba8c2461e19f29d66b6a3a;hp=0d26b8a5aa0f5c8b5846afc650fe9dc89ff1bcc2;hpb=20d08f59fa7cdde0da1eb7aca7915c91dbdeaf51;p=oweals%2Fu-boot.git diff --git a/include/spi_flash.h b/include/spi_flash.h index 0d26b8a5aa..be2fe3f84c 100644 --- a/include/spi_flash.h +++ b/include/spi_flash.h @@ -4,12 +4,7 @@ * Copyright (C) 2008 Atmel Corporation * Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * version 2 as published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0 */ #ifndef _SPI_FLASH_H_ @@ -244,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_ */