X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpb1x00%2Fflash.c;h=89353654750a902d21d80e90020854f1e3481ee2;hb=9f81eb77eac8acefb533eaacd8eeadd96050ad9f;hp=3cf29e844bc61a8193fd0732f6ced274a23d5fe8;hpb=038ccac511214b062c56f22b9413f784b86bcd87;p=u-boot diff --git a/board/pb1x00/flash.c b/board/pb1x00/flash.c index 3cf29e844b..8935365475 100644 --- a/board/pb1x00/flash.c +++ b/board/pb1x00/flash.c @@ -2,28 +2,12 @@ * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * 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+ */ #include -flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */ +flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */ /*----------------------------------------------------------------------- * flash_init()