Re: [U-Boot] map mtd partitions address for TWO NOR flash

2009-05-14 Thread H. Johnny
>> BTW, I know u-boot can pass the mtdparts parameters to linux kernel. >> Which mtd partition info linux kernel will use, u-boot mtdparts info >> or static address map code ? > > That's a Linux question, isn't it? And as such off topic here... > > The answer is: it depends. > > If you don't config

Re: [U-Boot] map mtd partitions address for TWO NOR flash

2009-05-14 Thread Wolfgang Denk
Dear "H. Johnny", In message <50a974c70905132045t73c26b97i9a245219e60fd...@mail.gmail.com> you wrote: > > BTW, I know u-boot can pass the mtdparts parameters to linux kernel. > Which mtd partition info linux kernel will use, u-boot mtdparts info > or static address map code ? That's a Linux ques

[U-Boot] map mtd partitions address for TWO NOR flash

2009-05-13 Thread H. Johnny
Hi guys: I have a mpc8313erbd (powerpc arch) demo board. There are one NOR flash and one NAND flash on board. The drivers/mtd/map/mpc8313erbd.c do address map for NOR flash. I want to add another NOR flash and take off the NAND flash. So there are two NOR flash on board. I am trying to do add