From 897135809a046fa95f964abeb6858a5a7dcb6717 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 26 May 2020 14:36:52 -0400 Subject: arm: ti: 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. Cc: Lokesh Vutla Cc: Vitaly Andrianov Signed-off-by: Tom Rini --- doc/uImage.FIT/beaglebone_vboot.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/uImage.FIT') diff --git a/doc/uImage.FIT/beaglebone_vboot.txt b/doc/uImage.FIT/beaglebone_vboot.txt index 685ec1f46d..ebd2068ed3 100644 --- a/doc/uImage.FIT/beaglebone_vboot.txt +++ b/doc/uImage.FIT/beaglebone_vboot.txt @@ -67,7 +67,6 @@ or if you just installed gcc-arm-linux-gnueabi then it might be b. Configure and build U-Boot with verified boot enabled: - export ARCH=arm export UBOOT=/path/to/u-boot cd $UBOOT # You can add -j10 if you have 10 CPUs to make it faster -- cgit