X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgaisler%2Fgr_xc3s_1500%2Fgr_xc3s_1500.c;h=32fbbe2d7555ca22b17216d01622079075a39e80;hb=3cc83f9d08a80fddf4c1e8e766eff8273f30814c;hp=1ee70248124928f6f196e366ea1946a7b5327bf4;hpb=58a3cbbf24ec910d2b75551002efcf2838577898;p=u-boot diff --git a/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c b/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c index 1ee7024812..32fbbe2d75 100644 --- a/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c +++ b/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c @@ -2,27 +2,14 @@ * (C) Copyright 2007 * Daniel Hellstrom, daniel@gaisler.com. * - * 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 #include #include -long int initdram(int board_type) +phys_size_t initdram(int board_type) { return 1; }