diff options
| author | Simon Schwarz <[email protected]> | 2012-03-15 04:01:34 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-03-27 22:05:28 +0200 |
| commit | 1648a37505e84fc4e5268b026c3f1db862107e00 (patch) | |
| tree | cb3db353a2a2c354e66c2ebf2f8c99596a375f74 /common/Makefile | |
| parent | 19db9be4aa39e9112356c09c511f1c4726b64c74 (diff) | |
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 <[email protected]>
Signed-off-by: Stefano Babic <[email protected]>
CC: Tom Rini <[email protected]>
CC: Wolfgang Denk <[email protected]>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 04faa0b1de3..ed2fb451497 100644 --- a/common/Makefile +++ b/common/Makefile @@ -162,6 +162,7 @@ COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o endif COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o +COBJS-$(CONFIG_CMD_SPL) += cmd_spl.o # others ifdef CONFIG_DDR_SPD |
