summaryrefslogtreecommitdiff
path: root/common/cmd_spl.c
AgeCommit message (Collapse)Author
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]>
2013-03-01SPL: Change description for spl commandStefano Babic
Add a more descriptive text to the help of the spl command. Signed-off-by: Stefano Babic <[email protected]> Reviewed-by: Tom Rini <[email protected]>
2012-12-11cmd:spl:fix: Prevent from a build error on boards, which don't support FDTƁukasz Majewski
Do not compile in FDT related code, when it is not supported. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Acked-by: Stefano Babic <[email protected]>
2012-03-27Add cmd_spl commandSimon Schwarz
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 <[email protected]> Signed-off-by: Stefano Babic <[email protected]> CC: Tom Rini <[email protected]> CC: Wolfgang Denk <[email protected]>