]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 5381fc0639ddea85255c9b535c826c3289d34380..27620727bd9bf3591a0cd39283ab2f2ab6e30ed5 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 610ba87074b4673bfbb3768b42dd1c3e772721ef..43402cb2e51ee4bb4d7fff4b2cb0c615541ca2a4 100644 (file)
@@ -39,7 +39,6 @@ Building
 
 .. code-block:: none
 
-   export ARCH=riscv
    export CROSS_COMPILE=<riscv64 toolchain prefix>
 
 3. make sifive_fu540_defconfig