patman: Update flushing Print() for Python 3
[oweals/u-boot.git] / README
diff --git a/README b/README
index 0f9578586f9a09d16e00e638e3c339c288c69dcc..7ebf9f577e6defe2860da1348b3b06ffa4081b0e 100644 (file)
--- a/README
+++ b/README
@@ -3203,9 +3203,9 @@ is done by typing:
        make NAME_defconfig
 
 where "NAME_defconfig" is the name of one of the existing configu-
-rations; see boards.cfg for supported names.
+rations; see configs/*_defconfig for supported names.
 
-Note: for some board special configuration names may exist; check if
+Note: for some boards special configuration names may exist; check if
       additional information is available from the board vendor; for
       instance, the TQM823L systems are available without (standard)
       or with LCD support. You can select such additional "features"
@@ -4639,7 +4639,7 @@ int main(int argc, char *argv[])
        while (learning) {
                Read the README file in the top level directory;
                Read http://www.denx.de/twiki/bin/view/DULG/Manual;
-               Read applicable doc/*.README;
+               Read applicable doc/README.*;
                Read the source, Luke;
                /* find . -name "*.[chS]" | xargs grep -i <keyword> */
        }