[U-Boot] [PATCH] This modification will make the binay of smdk6400 nand spl in correct size

2009-09-22 Thread sun peng
When I'm playing with u-boot I found that the size of smdk6400 nand spl binary image can't pad to 4K. So I make some minor change to the config.mk file to achieve the correct padding size. Signed-off-by: Sunpeng sunnyca...@gmail.com --- nand_spl/board/samsung/smdk6400/config.mk |2 +- 1

Re: [U-Boot] I found an error

2009-09-16 Thread Sun, Peng 2
, September 16, 2009 9:44 AM To: Wolfgang Denk Cc: Minkyu Kang; u-boot@lists.denx.de; sun peng Subject: Re: [U-Boot] I found an error Dear sun peng 2009/9/16 Wolfgang Denk w...@denx.de: Dear Minkyu Kang, In message 3fa5fd300909100724x18b2a8bdve0bd6e9fb7194...@mail.gmail.com Sun Peng wrote

[U-Boot] Does u-boot support nand flash boot

2009-09-11 Thread Sun, Peng 2
From the code we can know that u-boot didn't support boot from nand for smdk2410. If you want to do that you need to hack the code by yourself. It's not an hard task. You can look at the code under directory nand_spl for reference. In fact I'm doing it now, maybe next week I can work out the

[U-Boot] I found an error

2009-09-10 Thread sun peng
Hi there: Recently I'm playing with u-boot and want it be able to boot from nand. When I config u-boot to smdk6400, I found I can't get nand_spl with proper size. It need to be pad to 4k to fit into the steping stone. The final size of nand_spl is depend on the variable PAD_TO: #