]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/shmin/shmin.c
karo: tx6ul: add pad settings for FT5x06 and USB pads on STK5
[karo-tx-uboot.git] / board / shmin / shmin.c
index 8742f10218267099de9a1522d3478e0ca47a0f2b..74d1e39734f7598d98f33d588b6d537358b629c5 100644 (file)
@@ -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 <common.h>
 #include <asm/io.h>
 #include <asm/processor.h>
+#include <netdev.h>
 
 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)
 {