diff mbox series

[1/1] README: replace reference to boards.cfg

Message ID 20200224173630.13156-1-xypron.glpk@gmx.de
State Accepted
Commit ecb3a0a154fa43e636012be691521910928d67bd
Delegated to: Tom Rini
Headers show
Series [1/1] README: replace reference to boards.cfg | expand

Commit Message

Heinrich Schuchardt Feb. 24, 2020, 5:36 p.m. UTC
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>
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.25.0

Comments

Simon Glass Feb. 26, 2020, 3:33 p.m. UTC | #1
On Mon, 24 Feb 2020 at 10:36, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 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>
> ---
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 8cfa92fac9..d5d10d142e 100644
> --- 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.

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini April 21, 2020, 12:25 p.m. UTC | #2
On Mon, Feb 24, 2020 at 06:36:30PM +0100, Heinrich Schuchardt wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/README b/README
index 8cfa92fac9..d5d10d142e 100644
--- 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"