X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ffaraday%2Fa320evb%2Fa320evb.c;h=c42635b705ba99bd285cee21526c012cdb32c993;hb=07bbd48b4785f28b41ceeab4337d7690837e6ec1;hp=b9343e42da67f2d9c6b475294869cfffe08cec83;hpb=be9db564de898240034151c48cf9e0d03ece3f35;p=oweals%2Fu-boot.git diff --git a/board/faraday/a320evb/a320evb.c b/board/faraday/a320evb/a320evb.c index b9343e42da..c42635b705 100644 --- a/board/faraday/a320evb/a320evb.c +++ b/board/faraday/a320evb/a320evb.c @@ -2,26 +2,14 @@ * (C) Copyright 2009 Faraday Technology * Po-Yu Chuang * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * SPDX-License-Identifier: GPL-2.0+ */ #include #include #include -#include +#include DECLARE_GLOBAL_DATA_PTR; @@ -31,7 +19,6 @@ DECLARE_GLOBAL_DATA_PTR; int board_init(void) { - gd->bd->bi_arch_number = MACH_TYPE_FARADAY; gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; ftsmc020_init(); /* initialize Flash */