Re: [U-Boot] [PATCH V2 11/11] Add support for Freescale's mx35pdk board.

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <4d381237.9040...@denx.de> you wrote: > > >> + /* Print board revision */ > >> + puts(board_detect() ? "2.0" : "1.0"); > >> + > >> + /* Print CPU revision */ > >> + puts(" i.MX35 "); > > > > I mentioned this before: If you make board_detect() return 1 or 2, >

Re: [U-Boot] [PATCH V2 11/11] Add support for Freescale's mx35pdk board.

2011-01-20 Thread Stefano Babic
says: > > [U-Boot] [PATCH V2 11/11] Add support for Freescale's mx35pdk board. > total: 0 errors, 1 warnings, 1331 lines checked > > (Prototype for smc911x_initialize() is in netdev.h). Thanks, I have not search with attention. I fix it. > Please use TAB for i

Re: [U-Boot] [PATCH V2 11/11] Add support for Freescale's mx35pdk board.

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295513194-16158-12-git-send-email-sba...@denx.de> you wrote: > The patch adds suupport for the Freescale's mx35pdk board > (known as well as mx35_3stack). Checkpatch says: [U-Boot] [PATCH V2 11/11] Add support for Freescale's mx35pd

[U-Boot] [PATCH V2 11/11] Add support for Freescale's mx35pdk board.

2011-01-20 Thread Stefano Babic
The patch adds suupport for the Freescale's mx35pdk board (known as well as mx35_3stack). The board boots from the NOR flash. Following devices are supported: - two ethernet devices (FEC and SMC911x on debug board) - I2C - PMIC (MC13892) via I2C interface - UART - NOR flash (64MB) - NAND fla