X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fshmin%2Fshmin.c;h=74d1e39734f7598d98f33d588b6d537358b629c5;hb=1286b7f6ca5fc3d42927cbe2f50b51a4870021dd;hp=8742f10218267099de9a1522d3478e0ca47a0f2b;hpb=c6b734f5aea2ba75caaa1929f7e649ecda8d2f31;p=u-boot diff --git a/board/shmin/shmin.c b/board/shmin/shmin.c index 8742f10218..74d1e39734 100644 --- a/board/shmin/shmin.c +++ b/board/shmin/shmin.c @@ -7,20 +7,7 @@ * * board/shmin/shmin.c * - * 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+ * * Copy board_flash_get_legacy() from board/freescale/m54455evb/m54455evb.c */ @@ -28,6 +15,7 @@ #include #include #include +#include int checkboard(void) { @@ -55,6 +43,11 @@ int dram_init(void) return 0; } +int board_eth_init(bd_t *bis) +{ + return ne2k_register(); +} + void led_set_state(unsigned short value) {