[U-Boot] add more function in hello_world.c for standalone application

2012-08-02 Thread Kassey Lee
hi, Wolfgang: I've tried the examples/standalone/hello_world.c, it works on my platform! but when i add more functions in examples/standalone/hello_world.c, for example it will take the test function as the entry, but ignore the hello_world ? can i have more

Re: [U-Boot] [PATCH] nand_util: correct YAFFS image write function

2012-01-19 Thread Kassey Lee
hi, Lei, Scott: I think this is correct, do you have some comments ? thanks! BR. Kassey 2012/1/18 Liu, Wentao : > In function nand_write_skip_bad(),for YAFFS filesystem part, > write_oob() will return 0 when success, so when rval equals 0, > it should continue to write the next page,