All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCHv2 8/8] cubieboard7: Remove ARCH= references from documentation
Date: Tue, 26 May 2020 14:36:55 -0400	[thread overview]
Message-ID: <20200526183655.29136-8-trini@konsulko.com> (raw)
In-Reply-To: <20200526183655.29136-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.

Cc: Amit Singh Tomar <amittomer25@gmail.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
Changes in v2:
- New patch
---
 MAINTAINERS                       | 1 +
 doc/board/actions/cubieboard7.rst | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 660b12f1a87e..1fd975c72f0b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -275,6 +275,7 @@ M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 S:	Maintained
 F:	arch/arm/include/asm/arch-owl/
 F:	arch/arm/mach-owl/
+F:	doc/board/actions/
 F:	drivers/clk/owl/
 F:	drivers/serial/serial_owl.c
 F:	include/configs/owl-common.h
diff --git a/doc/board/actions/cubieboard7.rst b/doc/board/actions/cubieboard7.rst
index e01d2d0370a1..74f2b12e41fe 100644
--- a/doc/board/actions/cubieboard7.rst
+++ b/doc/board/actions/cubieboard7.rst
@@ -102,7 +102,7 @@ Building U-BOOT proper image
 
    $ make clean
    $ export CROSS_COMPILE=aarch64-linux-gnu-
-   $ make ARCH=arm cubieboard7_defconfig
+   $ make cubieboard7_defconfig
    $ make u-boot-dtb.img -j16
 
 u-boot-dtb.img can now be flashed to debian image partition mounted on host machine.
-- 
2.17.1

  parent reply	other threads:[~2020-05-26 18:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 18:36 [PATCHv2 1/8] amlogic: Remove ARCH= references from documentation Tom Rini
2020-05-26 18:36 ` [PATCHv2 2/8] imx: " Tom Rini
2020-06-03 16:25   ` Tom Rini
2020-05-26 18:36 ` [PATCHv2 3/8] powerpc: " Tom Rini
2020-06-03 16:25   ` Tom Rini
2020-05-26 18:36 ` [PATCHv2 4/8] rockchip: " Tom Rini
2020-05-31 14:08   ` Simon Glass
2020-06-03 16:26   ` Tom Rini
2020-05-26 18:36 ` [PATCHv2 5/8] arm: ti: " Tom Rini
2020-06-03 16:26   ` Tom Rini
2020-05-26 18:36 ` [PATCHv2 6/8] m68k: " Tom Rini
2020-06-03 16:26   ` Tom Rini
2020-05-26 18:36 ` [PATCHv2 7/8] fu540: " Tom Rini
2020-06-03 16:26   ` Tom Rini
2020-05-26 18:36 ` Tom Rini [this message]
2020-05-26 18:47   ` [PATCHv2 8/8] cubieboard7: " Amit Tomer
2020-06-03 16:26   ` Tom Rini
2020-06-03 16:25 ` [PATCHv2 1/8] amlogic: " Tom Rini

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=20200526183655.29136-8-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 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.