[U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-04 Thread Valeriy Glushkov
The previous version rebooted forever with DDR bigger than 256MB. Access the DS1339 RTC chip is on I2C1 bus. Allow DHCP. Signed-off-by: Valeriy Glushkov --- include/configs/MPC8349ITX.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8349ITX.h b/in

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-16 Thread Kim Phillips
On Wed, 4 Feb 2009 18:27:49 +0200 Valeriy Glushkov wrote: > The previous version rebooted forever with DDR bigger than 256MB. > Access the DS1339 RTC chip is on I2C1 bus. > Allow DHCP. > > Signed-off-by: Valeriy Glushkov > --- > include/configs/MPC8349ITX.h |5 + > 1 files changed, 5

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-17 Thread Timur Tabi
On Mon, Feb 16, 2009 at 7:28 PM, Kim Phillips wrote: > Configuring for MPC8349ITX board... > In file included from /home/kim/git/u-boot/include/config.h:5, > from include/common.h:35: > /home/kim/git/u-boot/include/configs/MPC8349ITX.h:173:1: warning: > "CONFIG_MAX_MEM_MAPPED" red

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-17 Thread Kumar Gala
On Feb 17, 2009, at 10:31 AM, Timur Tabi wrote: > On Mon, Feb 16, 2009 at 7:28 PM, Kim Phillips > wrote: >> Configuring for MPC8349ITX board... >> In file included from /home/kim/git/u-boot/include/config.h:5, >>from include/common.h:35: >> /home/kim/git/u-boot/include/configs/MP

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-17 Thread Timur Tabi
On Tue, Feb 17, 2009 at 3:49 PM, Kumar Gala wrote: > The default value is 256M so I don't thing the change is need anymore. Huh? I think his patch is supposed to address the fact that 256MB is the limit, and he wants to add more. -- Timur Tabi Linux kernel developer at Freescale __

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-18 Thread Kim Phillips
On Tue, 17 Feb 2009 15:54:52 -0600 Timur Tabi wrote: > On Tue, Feb 17, 2009 at 3:49 PM, Kumar Gala wrote: > > The default value is 256M so I don't thing the change is need anymore. > > Huh? I think his patch is supposed to address the fact that 256MB is > the limit, and he wants to add more.

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-02-18 Thread Kumar Gala
On Feb 18, 2009, at 3:20 PM, Kim Phillips wrote: > On Tue, 17 Feb 2009 15:54:52 -0600 > Timur Tabi wrote: > >> On Tue, Feb 17, 2009 at 3:49 PM, Kumar Gala > > wrote: >>> The default value is 256M so I don't thing the change is need >>> anymore. >> >> Huh? I think his patch is supposed to addr

Re: [U-Boot] [PATCH v3] MPC8349ITX: several config issues fixed

2009-03-05 Thread Kim Phillips
On Mon, 16 Feb 2009 19:28:32 -0600 Kim Phillips wrote: > Are you not getting these warnings?: > > Configuring for MPC8349ITX board... > In file included from /home/kim/git/u-boot/include/config.h:5, > from include/common.h:35: > /home/kim/git/u-boot/include/configs/MPC8349ITX.h: