> Does anyone have any suggestions? What might be missing either > in kernel configuration or platform_init()? Help! >
Jeffery, What boot loader are you using? If you are using the "simple" boot loader, you may need a call to parse_bootinfo(find_bootinfo()); in platform_init(). That call will read the bi_record struct built by the boot loader and initialize globals such as initrd_start and initrd_size. Greg ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
