All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] README: supported boards are in boards.cfg, not Makefile
@ 2012-03-16  8:48 Michael Jones
  2012-04-11 19:41 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Jones @ 2012-03-16  8:48 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
---
 README |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 8964672..a6a91be 100644
--- a/README
+++ b/README
@@ -3421,7 +3421,7 @@ is done by typing:
 	make NAME_config
 
 where "NAME_config" is the name of one of the existing configu-
-rations; see the main Makefile for supported names.
+rations; see boards.cfg for supported names.
 
 Note: for some board special configuration names may exist; check if
       additional information is available from the board vendor; for
@@ -3476,10 +3476,8 @@ to port U-Boot to your hardware platform. To do this, follow these
 steps:
 
 1.  Add a new configuration option for your board to the toplevel
-    "Makefile" and to the "MAKEALL" script, using the existing
-    entries as examples. Note that here and at many other places
-    boards and other names are listed in alphabetical sort order. Please
-    keep this order.
+    "boards.cfg" file, using the existing entries as examples.
+    Follow the instructions there to keep the boards in order.
 2.  Create a new directory to hold your board specific code. Add any
     files you need. In your board directory, you will need at least
     the "Makefile", a "<board>.c", "flash.c" and "u-boot.lds".
-- 
1.7.4.1


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Erhard Meier

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] README: supported boards are in boards.cfg, not Makefile
  2012-03-16  8:48 [U-Boot] [PATCH] README: supported boards are in boards.cfg, not Makefile Michael Jones
@ 2012-04-11 19:41 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2012-04-11 19:41 UTC (permalink / raw)
  To: u-boot

On Fri, 16 Mar 2012 09:48:10 +0100
Michael Jones <michael.jones@matrix-vision.de> wrote:

> 
> Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
> ---
>  README |    8 +++-----
>  1 files changed, 3 insertions(+), 5 deletions(-)

Applied to u-boot-staging/agust at denx.de. Thanks.

Anatolij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-11 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-16  8:48 [U-Boot] [PATCH] README: supported boards are in boards.cfg, not Makefile Michael Jones
2012-04-11 19:41 ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.