]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Fix defines needed to enable command sha1sum
authorAlexander Holler <holler@ahsoftware.de>
Tue, 18 Jan 2011 08:48:08 +0000 (09:48 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 19 Jan 2011 08:39:10 +0000 (09:39 +0100)
commitc6b1ee664a12534927fa825346696cbd3ca57774
tree5409dfba35835c4a637294acb1accb5a97d131cc
parenta98ec7e880c38d433886818f97f5b222ade6b795
Fix defines needed to enable command sha1sum

Documented is CONFIG_CMD_SHA1, through confusion in the source
CONFIG_CMD_SHA1 and CONFIG_CMD_SHA1SUM has to be used to enable
sha1sum.

Fix both, the documentation and the source, so that only
CONFIG_CMD_SHA1SUM is needed to enable the command sha1sum.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
README
common/cmd_mem.c