Re: [U-Boot] [PATCH V6 2/6] Add cmd_spl command

2011-10-21 Thread Wolfgang Denk
Dear Simon Schwarz, In message <1317284033-16188-3-git-send-email-simonschwarz...@gmail.com> you wrote: > This adds a spl command to the u-boot. > > Related config: > CONFIG_CMD_CPL > activate/deactivate the command > CONFIG_CMD_SPL_NAND_OFS > Offset in NAND to use > > Signed-off-by

Re: [U-Boot] [PATCH V6 2/6] Add cmd_spl command

2011-10-21 Thread Wolfgang Denk
Dear Simon Schwarz, In message <1317284033-16188-3-git-send-email-simonschwarz...@gmail.com> you wrote: > This adds a spl command to the u-boot. > > Related config: > CONFIG_CMD_CPL > activate/deactivate the command > CONFIG_CMD_SPL_NAND_OFS > Offset in NAND to use > > Signed-off-by

[U-Boot] [PATCH V6 2/6] Add cmd_spl command

2011-09-29 Thread Simon Schwarz
This adds a spl command to the u-boot. Related config: CONFIG_CMD_CPL activate/deactivate the command CONFIG_CMD_SPL_NAND_OFS Offset in NAND to use Signed-off-by: Simon Schwarz --- V2 changes: CHG corrected bootm call. Now bootm is called with five parameters including A