diff options
| author | Tom Rini <[email protected]> | 2020-05-26 14:36:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-02 17:27:04 -0400 |
| commit | 1e374089bdfb4fd41a34204b53474180e0be0125 (patch) | |
| tree | c00d21336db0090c1e16fec87ac77f1de8d540fa | |
| parent | e836a71b700862b4eacc20209ec225aa427c56e3 (diff) | |
cubieboard7: 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: Amit Singh Tomar <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Amit Singh Tomar <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 | ||||
| -rw-r--r-- | doc/board/actions/cubieboard7.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 660b12f1a87..1fd975c72f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -275,6 +275,7 @@ M: Manivannan Sadhasivam <[email protected]> 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 e01d2d0370a..74f2b12e41f 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. |
