From 3144b31da7c9a27de034157c7cad762a8bc2a46c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Mar 2020 20:49:54 +0100 Subject: [PATCH] u-boot/indent --- docs/public/u-boot/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/public/u-boot/index.rst b/docs/public/u-boot/index.rst index f3b4244..fb1ea16 100644 --- a/docs/public/u-boot/index.rst +++ b/docs/public/u-boot/index.rst @@ -6,10 +6,10 @@ compile .. code:: shell -export CROSS_COMPILE=arm-linux-gnueabihf- -make distclean -make rpi_0_w_defconfig -make u-boot.bin + export CROSS_COMPILE=arm-linux-gnueabihf- + make distclean + make rpi_0_w_defconfig + make u-boot.bin environment -----------