
Hi Bharat,
I have modified in kernel for mtd support. in U_BOOT following is the info:
Apart from the things which Wolfgang pointed out - I do *not* see any MTD related info in your Linux kernel log. Are you sure yoiu have mtd support? For example when I boot a sequoia (440epx amcc) board, I see this:
1fc000000.nor_flash: Found 1 x16 devices at 0x0 in 16-bit bank Amd/Fujitsu Extended Query Table at 0x0040 1fc000000.nor_flash: CFI does not contain boot bank location. Assuming top. number of CFI chips: 1 cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness. mtd: no closing ) found in partition name RedBoot partition parsing not available Creating 5 MTD partitions on "1fc000000.nor_flash": 0x000000000000-0x000000180000 : "kernel" 0x000000180000-0x000000380000 : "root" 0x000000380000-0x000003f20000 : "user" 0x000003f60000-0x000003fa0000 : "env" 0x000003fa0000-0x000004000000 : "u-boot"
So recheck your kernel configuration.
Cheers Detlev