X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fspl.h;h=625785f022a63c269accd58977592a860df6fa0d;hb=5c7e86ebb3514bdac7ac9ae7c0885879f43b9e95;hp=4bc1dd13bbc0126e6e684bc3d84fe4255fba4452;hpb=47b8e527448c94d09fc8dbdb6601ea7a605ff955;p=karo-tx-uboot.git diff --git a/include/spl.h b/include/spl.h index 4bc1dd13bb..625785f022 100644 --- a/include/spl.h +++ b/include/spl.h @@ -2,23 +2,7 @@ * (C) Copyright 2012 * Texas Instruments, * - * 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 as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SPL_H_ #define _SPL_H_ @@ -56,7 +40,7 @@ int spl_start_uboot(void); void spl_display_print(void); /* NAND SPL functions */ -void spl_nand_load_image(void); +int spl_nand_load_image(void); /* OneNAND SPL functions */ void spl_onenand_load_image(void);