fu540: Remove ARCH= references from documentation
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>
This commit is contained in:
parent
ee67ec98c8
commit
e836a71b70
@ -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
|
||||
|
@ -39,7 +39,6 @@ Building
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
export ARCH=riscv
|
||||
export CROSS_COMPILE=<riscv64 toolchain prefix>
|
||||
|
||||
3. make sifive_fu540_defconfig
|
||||
|
Loading…
Reference in New Issue
Block a user