X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcm41xx%2Fcm41xx.c;h=eabad48a3c9c3e39bf4767c4017fb0e3bd6c072e;hb=b9206e61f3d87535ac4f4b0b858e674fd1edfeaf;hp=02d05afef6e824b618e872670a3af75c7e6723e2;hpb=7a635e004ec12bd2a0bae9f90fbb5769b524a42e;p=u-boot diff --git a/board/cm41xx/cm41xx.c b/board/cm41xx/cm41xx.c index 02d05afef6..eabad48a3c 100644 --- a/board/cm41xx/cm41xx.c +++ b/board/cm41xx/cm41xx.c @@ -9,27 +9,12 @@ * Sysgo Real-Time Solutions, GmbH * Marius Groeger * - * 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 #include +#include DECLARE_GLOBAL_DATA_PTR; @@ -46,8 +31,8 @@ DECLARE_GLOBAL_DATA_PTR; */ int env_flash_cmdline (void) { - unsigned char *sp = (unsigned char *) 0x0201c020; - unsigned char *ep; + char *sp = (char *) 0x0201c020; + char *ep; int len; /* Check if "erase" push button is depressed */ @@ -74,6 +59,10 @@ int board_late_init (void) return 0; } +int board_eth_init(bd_t *bis) +{ + return ks8695_eth_initialize(); +} int board_init (void) {