README: replace reference to boards.cfg
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 24 Feb 2020 17:36:30 +0000 (18:36 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
boards.cfg is not delivered with the U-Boot source. So it is preferable to
look at configs/*_defconfig to identify available deconfigs.

Fix a typo.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
README

diff --git a/README b/README
index 19dae14ac0829a27ffc26c560f880b336c737ff9..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"