X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Ffreescale%2Fcorenet_ds%2Fcorenet_ds.h;h=84e5c4a2de21e7f1d6ecc45434b4cd499fa1f787;hb=cd9b71c3f629c97a0e516d2ad2d2e4baae74d440;hp=425c6aa7a38bde97e156b38dec0a9ad5ee541d08;hpb=2915609a91bac614d1fe881f928359028cd47e0f;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/freescale/corenet_ds/corenet_ds.h b/board/freescale/corenet_ds/corenet_ds.h index 425c6aa..84e5c4a 100644 --- a/board/freescale/corenet_ds/corenet_ds.h +++ b/board/freescale/corenet_ds/corenet_ds.h @@ -1,25 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2011 Freescale Semiconductor, Inc. - * - * 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 */ #ifndef __CORENET_DS_H__ #define __CORENET_DS_H__ void fdt_fixup_board_enet(void *blob); +void pci_of_setup(void *blob, struct bd_info *bd); #endif