summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 21:36:55 +0300
committerTom Rini <trini@konsulko.com>2020-06-03 00:27:04 +0300
commit1e374089bdfb4fd41a34204b53474180e0be0125 (patch)
treec00d21336db0090c1e16fec87ac77f1de8d540fa /doc
parente836a71b700862b4eacc20209ec225aa427c56e3 (diff)
downloadu-boot-1e374089bdfb4fd41a34204b53474180e0be0125.tar.xz
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 <amittomer25@gmail.com> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/actions/cubieboard7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/actions/cubieboard7.rst b/doc/board/actions/cubieboard7.rst
index e01d2d0370..74f2b12e41 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.