]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/lan91c96.h
clk: Add Actions Semi OWL clock support
[u-boot] / drivers / net / lan91c96.h
index 2f0d640adec80a6754c7948accab8bfd1b25315b..c76348084a33337f974ac411234de15a643718e7 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*------------------------------------------------------------------------
  * lan91c96.h
  *
@@ -8,8 +9,6 @@
  *       Developed by Simple Network Magic Corporation (SNMC)
  * Copyright (C) 1996 by Erik Stahlman (ES)
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * This file contains register information and access macros for
  * the LAN91C96 single chip ethernet controller.  It is a modified
  * version of the smc9111.h file.
@@ -58,13 +57,7 @@ typedef unsigned long int            dword;
 
 #ifdef CONFIG_CPU_PXA25X
 
-#ifdef CONFIG_LUBBOCK
-#define        SMC_IO_SHIFT    2
-#undef USE_32_BIT
-
-#else
 #define        SMC_IO_SHIFT    0
-#endif
 
 #define        SMCREG(edev, r) ((edev)->iobase+((r)<<SMC_IO_SHIFT))