X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=9871e2f81a09f95d7051c86a739b09bb5ee35817;hb=4d64050b065cd45f0c62dba657bf886f93ace0c1;hp=2cccc3551db4e584325c9ea50d29285359fc68c6;hpb=58864ddc7276ca7403ddbb716da5853638f37519;p=karo-tx-uboot.git diff --git a/include/fdt_support.h b/include/fdt_support.h index 2cccc3551d..9871e2f81a 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -2,23 +2,7 @@ * (C) Copyright 2007 * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com * - * 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 __FDT_SUPPORT_H @@ -78,11 +62,9 @@ static inline void fdt_fixup_crypto_node(void *blob, int sec_rev) {} int fdt_pci_dma_ranges(void *blob, int phb_off, struct pci_controller *hose); #endif -#ifdef CONFIG_OF_BOARD_SETUP void ft_board_setup(void *blob, bd_t *bd); void ft_cpu_setup(void *blob, bd_t *bd); void ft_pci_setup(void *blob, bd_t *bd); -#endif void set_working_fdt_addr(void *addr); int fdt_resize(void *blob);