
26 Feb
2020
26 Feb
'20
4:33 p.m.
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