]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add cmd_spl command
authorSimon Schwarz <simonschwarzcor@googlemail.com>
Thu, 15 Mar 2012 04:01:34 +0000 (04:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 27 Mar 2012 20:05:28 +0000 (22:05 +0200)
commit1648a37505e84fc4e5268b026c3f1db862107e00
treecb3db353a2a2c354e66c2ebf2f8c99596a375f74
parent19db9be4aa39e9112356c09c511f1c4726b64c74
Add cmd_spl command

This adds a spl command to the u-boot.

Related config:
CONFIG_CMD_SPL
activate/deactivate the command
CONFIG_CMD_SPL_NAND_OFS
Offset in NAND to use

Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Tom Rini <tom.rini@gmail.com>
CC: Wolfgang Denk <wd@denx.de>
common/Makefile
common/cmd_spl.c [new file with mode: 0644]
doc/README.commands.spl [new file with mode: 0644]
include/cmd_spl.h [new file with mode: 0644]
include/image.h