diff mbox series

[PATCHv2,8/8] cubieboard7: Remove ARCH= references from documentation

Message ID 20200526183655.29136-8-trini@konsulko.com
State Accepted
Commit 1e374089bdfb4fd41a34204b53474180e0be0125
Headers show
Series [PATCHv2,1/8] amlogic: Remove ARCH= references from documentation | expand

Commit Message

Tom Rini May 26, 2020, 6:36 p.m. UTC
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 at gmail.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Changes in v2:
- New patch
---
 MAINTAINERS                       | 1 +
 doc/board/actions/cubieboard7.rst | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Amit Tomer May 26, 2020, 6:47 p.m. UTC | #1
Hi,

On Wed, May 27, 2020 at 12:07 AM Tom Rini <trini at konsulko.com> wrote:
>
> 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 at gmail.com>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Changes in v2:
> - New patch
> ---
>  MAINTAINERS                       | 1 +
>  doc/board/actions/cubieboard7.rst | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Amit Singh Tomar <amittomer25 at gmail.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 660b12f1a87e..1fd975c72f0b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -275,6 +275,7 @@  M:	Manivannan Sadhasivam <manivannan.sadhasivam at 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.