Re: [U-Boot-Users] Query about U-Boot NAND ENV section

2008-02-15 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I tried to dig into this issue, and found that, U-Boot for NAND Flash is > designed the same way. The function "nand_init" gets invoked after > "env_init" and "serial_init", and sue to this U-Boot always uses the > default baudrate. Thjis is a dilemm

[U-Boot-Users] Query about U-Boot NAND ENV section

2008-02-15 Thread Hiremath, Vaibhav
Hi, I am using U-Boot 1.2.0 release of U-Boot and working on ARM1176 platform. I have ported U-Boot for my platform, which boots from NAND Flash, save ENV variable onto NAND Flash. Almost everything works fine for me till now. But today I came across one issue - When I set baudrate to diff