On Tue, Dec 10, 2002 at 03:18:53PM -0800, Prakash kanthi wrote: > > Hi Folks, > > I do not have a NVRAM or EEPROM on my board (PPC405 > based). I see that during the linux booting, it is > trying to read bd_t info from EEPROM and failing. Is > there an alternative to this problem? Can i hardcode > the stuff in decompress_kernel method and go ahead?
There are a pile of examples of this very thing in arch/ppc/boot/simple/embed_config.c. Create an embed_config() and hardcode your board-specific values into the bd_t. Regards, -- Matt Porter porter at cox.net This is Linux Country. On a quiet night, you can hear Windows reboot. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
