diff options
author | Ding Tao <miyatsu@qq.com> | 2018-12-10 09:31:23 +0000 |
---|---|---|
committer | Ding Tao <miyatsu@qq.com> | 2018-12-10 09:31:23 +0000 |
commit | 5c31518ceee8f1977c1d679bb6b74a91847269bb (patch) | |
tree | 75d22e502caecbb6c9126cd1a8196a060aa407a2 /docs/marvell | |
parent | 19b56cf4a2251e5ffcab41cdd6dd8449f8b1402a (diff) | |
download | platform_external_arm-trusted-firmware-5c31518ceee8f1977c1d679bb6b74a91847269bb.tar.gz platform_external_arm-trusted-firmware-5c31518ceee8f1977c1d679bb6b74a91847269bb.tar.bz2 platform_external_arm-trusted-firmware-5c31518ceee8f1977c1d679bb6b74a91847269bb.zip |
docs: marvell: Fix typo in file build.txt
Replace "Uboot" with "Ubuntu".
Signed-off-by: Ding Tao <miyatsu@qq.com>
Diffstat (limited to 'docs/marvell')
-rw-r--r-- | docs/marvell/build.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |