fu540: Remove ARCH= references from documentation
authorTom Rini <trini@konsulko.com>
Tue, 26 May 2020 18:36:54 +0000 (14:36 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000 (17:27 -0400)
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: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Palmer Dabbelt <palmer@sifive.com>
Cc: Anup Patel <anup.patel@wdc.com>
Cc: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/sifive/fu540/MAINTAINERS
doc/board/sifive/fu540.rst

index 5381fc0..2762072 100644 (file)
@@ -5,5 +5,6 @@ M:      Anup Patel <anup.patel@wdc.com>
 M:     Atish Patra <atish.patra@wdc.com>
 S:     Maintained
 F:     board/sifive/fu540/
+F:     doc/board/sifive/fu540.rst
 F:     include/configs/sifive-fu540.h
 F:     configs/sifive_fu540_defconfig
index 610ba87..43402cb 100644 (file)
@@ -39,7 +39,6 @@ Building
 
 .. code-block:: none
 
-   export ARCH=riscv
    export CROSS_COMPILE=<riscv64 toolchain prefix>
 
 3. make sifive_fu540_defconfig