source: freewrt/target/linux/au1000-2.6/patches/007-mtx1_sio2.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 490 bytes
  • arch/mips/au1000/mtx-1/board_setup.c

    old new  
    7171#endif
    7272
    7373        // initialize sys_pinfunc:
    74         // disable second ethernet port (SYS_PF_NI2)
    75         // set U3/GPIO23 to GPIO23 (SYS_PF_U3)
    76         au_writel( SYS_PF_NI2 | SYS_PF_U3, SYS_PINFUNC );
     74        au_writel( SYS_PF_NI2, SYS_PINFUNC );
    7775
    7876        // initialize GPIO
    7977        au_writel( 0xFFFFFFFF, SYS_TRIOUTCLR );
Note: See TracBrowser for help on using the repository browser.