diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-27 20:33:08 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-31 19:37:08 -0600 |
commit | 6de80f2196cb7b7a2c550a636404c54cf532fc17 (patch) | |
tree | 7e96c0fe19fccd56f0246fdffd23346911cbf65e /doc/README.sha1 | |
parent | c8a3777c51b9e375d88e3a0dfa0141f1ac89df3a (diff) | |
download | u-boot-6de80f2196cb7b7a2c550a636404c54cf532fc17.tar.gz u-boot-6de80f2196cb7b7a2c550a636404c54cf532fc17.tar.bz2 u-boot-6de80f2196cb7b7a2c550a636404c54cf532fc17.zip |
Drop references to MAKEALL in the documentation
It is confusing to mention MAKEALL when it is not the normal way of building
U-Boot anymore. Update the documentation to suit.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/README.sha1')
-rw-r--r-- | doc/README.sha1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.sha1 b/doc/README.sha1 index f6cca40d50..f178f37264 100644 --- a/doc/README.sha1 +++ b/doc/README.sha1 @@ -51,7 +51,8 @@ c) now calculate the SHA1 sum from the memoryrange and write Now you have a U-Boot-Image for the pcs440ep board with the correct SHA1 sum. -If you do a "./MAKEALL pcs440ep" or a "make all" to get the U-Boot image, -the correct SHA1 sum will be automagically included in the U-Boot image. +If you do a "buildman -k pcs440ep" or a "make all" to get the U-Boot image, +which will be found in ../current/ipam390/ - the correct SHA1 sum will be +automagically included in the U-Boot image. Heiko Schocher, 11 Jul 2007 |