diff options
| author | Tom Rini <[email protected]> | 2020-05-26 14:36:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-02 17:27:04 -0400 |
| commit | e836a71b700862b4eacc20209ec225aa427c56e3 (patch) | |
| tree | 2319ed3edb88868a664a961e60039f8c3ac73092 | |
| parent | ee67ec98c8e8501810e12bc179e873d0ba471a68 (diff) | |
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 <[email protected]>
Cc: Palmer Dabbelt <[email protected]>
Cc: Anup Patel <[email protected]>
Cc: Atish Patra <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/sifive/fu540/MAINTAINERS | 1 | ||||
| -rw-r--r-- | doc/board/sifive/fu540.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/board/sifive/fu540/MAINTAINERS b/board/sifive/fu540/MAINTAINERS index 5381fc0639d..27620727bd9 100644 --- a/board/sifive/fu540/MAINTAINERS +++ b/board/sifive/fu540/MAINTAINERS @@ -5,5 +5,6 @@ M: Anup Patel <[email protected]> M: Atish Patra <[email protected]> S: Maintained F: board/sifive/fu540/ +F: doc/board/sifive/fu540.rst F: include/configs/sifive-fu540.h F: configs/sifive_fu540_defconfig diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst index 610ba87074b..43402cb2e51 100644 --- a/doc/board/sifive/fu540.rst +++ b/doc/board/sifive/fu540.rst @@ -39,7 +39,6 @@ Building .. code-block:: none - export ARCH=riscv export CROSS_COMPILE=<riscv64 toolchain prefix> 3. make sifive_fu540_defconfig |
