From 5c31518ceee8f1977c1d679bb6b74a91847269bb Mon Sep 17 00:00:00 2001 From: Ding Tao <miyatsu@qq.com> Date: Mon, 10 Dec 2018 09:31:23 +0000 Subject: [PATCH] docs: marvell: Fix typo in file build.txt Replace "Uboot" with "Ubuntu". Signed-off-by: Ding Tao <miyatsu@qq.com> --- docs/marvell/build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/marvell/build.txt b/docs/marvell/build.txt index 0682b77d3..a00dbb5ff 100644 --- a/docs/marvell/build.txt +++ b/docs/marvell/build.txt @@ -167,7 +167,7 @@ Armada37x0 Builds require installation of 3 components (1) ARM cross compiler capable of building images for the service CPU (CM3). This component is usually included in the Linux host packages. - On Debian/Uboot hosts the default GNU ARM tool chain can be installed + On Debian/Ubuntu hosts the default GNU ARM tool chain can be installed using the following command:: > sudo apt-get install gcc-arm-linux-gnueabi -- GitLab