public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 6/7] m68k: Remove ARCH= references from documentation
Date: Tue, 19 May 2020 10:51:10 -0400	[thread overview]
Message-ID: <20200519145111.21515-6-trini@konsulko.com> (raw)
In-Reply-To: <20200519145111.21515-1-trini@konsulko.com>

When building U-Boot we select the architecture via Kconfig and not ARCH
being passed in via the environment or make cmdline.

While in here, add the doc file to the MAINTAINERS entry for coldfire.

Cc: Huan Wang <alison.wang@nxp.com>
Cc: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 MAINTAINERS       | 1 +
 doc/arch/m68k.rst | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8add9d4c2ae9..893cac398f84 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -590,6 +590,7 @@ M:	Angelo Dureghello <angelo@sysam.it>
 S:	Maintained
 T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
 F:	arch/m68k/
+F:	doc/arch/m68k.rst
 
 DFU
 M:	Lukasz Majewski <lukma@denx.de>
diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst
index 34b2593eb85b..44e1a5dfa384 100644
--- a/doc/arch/m68k.rst
+++ b/doc/arch/m68k.rst
@@ -35,7 +35,7 @@ development boards.
 Supported CPU families
 ----------------------
 
-Please "make menuconfig" with ARCH=m68k, or check arch/m68k/cpu to see the
+Please "make menuconfig" and select "m68k" or check arch/m68k/cpu to see the
 currently supported processor and families.
 
 
@@ -75,8 +75,8 @@ A bash script similar to the one below may be used:
    board=M5475DFE
 
    make distclean
-   make ARCH=m68k ${board}_defconfig
-   make ARCH=m68k KBUILD_VERBOSE=1
+   make ${board}_defconfig
+   make KBUILD_VERBOSE=1
 
 
 Adopted toolchains
-- 
2.17.1

  parent reply	other threads:[~2020-05-19 14:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 14:51 [PATCH 1/7] amlogic: Remove ARCH= references from documentation Tom Rini
2020-05-19 14:51 ` [PATCH 2/7] imx: " Tom Rini
2020-05-19 15:11   ` Amit Tomer
2020-05-19 15:23     ` Tom Rini
2020-05-19 14:51 ` [PATCH 3/7] powerpc: " Tom Rini
2020-05-19 14:51 ` [PATCH 4/7] rockchip: " Tom Rini
2020-05-19 18:39   ` klaus.goger at theobroma-systems.com
2020-05-25  3:00   ` [PATCH 4/7] rockchip: Remove ARCH= references from documentation【请注意,邮件由tom.rini@gmail.com代发】 Kever Yang
2020-05-19 14:51 ` [PATCH 5/7] arm: ti: Remove ARCH= references from documentation Tom Rini
2020-05-19 14:51 ` Tom Rini [this message]
2020-05-19 14:51 ` [PATCH 7/7] fu540: " Tom Rini
2020-05-19 15:28   ` Tom Rini
2020-05-20 13:03 ` [PATCH 1/7] amlogic: " Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200519145111.21515-6-trini@konsulko.com \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox