[U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Gary Jennejohn
Since this patch touches net/eth.c it is being sent separately. When CONFIG_IO_MUX, CONFIG_NETCONSOLE and CFG_CONSOLE_IS_IN_ENV are all defined together it is possible that nc (netconsole) is defined as an output device. In this case it is necessary to set GD_FLG_DEVINIT after the network

Re: [U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Gary Jennejohn
On Sun, 14 Sep 2008 18:07:42 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] you wrote: Since this patch touches net/eth.c it is being sent separately. When CONFIG_IO_MUX, CONFIG_NETCONSOLE and CFG_CONSOLE_IS_IN_ENV are all defined together it is possible

Re: [U-Boot] [PATCH 2/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Wolfgang Denk
Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: 2) You only add new points where the GD_FLG_DEVINIT bit gets set in gd-flags. That means there are two possibilities when your newly added code is run: either, this bit is already set by other parts of the codem than the