summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlexander Holler <holler@ahsoftware.de>2011-01-18 09:48:08 +0100
committerWolfgang Denk <wd@denx.de>2011-01-19 09:39:10 +0100
commitc6b1ee664a12534927fa825346696cbd3ca57774 (patch)
tree5409dfba35835c4a637294acb1accb5a97d131cc /README
parenta98ec7e880c38d433886818f97f5b222ade6b795 (diff)
downloadtalos-obmc-uboot-c6b1ee664a12534927fa825346696cbd3ca57774.tar.gz
talos-obmc-uboot-c6b1ee664a12534927fa825346696cbd3ca57774.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8e1a9ff2c6..755d17cc34 100644
--- a/README
+++ b/README
@@ -675,7 +675,7 @@ The following options need to be configured:
(requires CONFIG_CMD_I2C)
CONFIG_CMD_SETGETDCR Support for DCR Register access
(4xx only)
- CONFIG_CMD_SHA1 print sha1 memory digest
+ CONFIG_CMD_SHA1SUM print sha1 memory digest
(requires CONFIG_CMD_MEMORY)
CONFIG_CMD_SOURCE "source" command Support
CONFIG_CMD_SPI * SPI serial bus support
OpenPOWER on IntegriCloud