From 7e1661ecd1a15adf4dcae86b6af7c339f3b2d8c3 Mon Sep 17 00:00:00 2001 From: cyrilfr Date: Thu, 13 Oct 2016 09:22:19 +0200 Subject: [PATCH] Update the u-boot config file U-boot config file updated according to source code. --- docs/13_Advanced_Topics/02_Compile_U-Boot_Bootloader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/13_Advanced_Topics/02_Compile_U-Boot_Bootloader.md b/docs/13_Advanced_Topics/02_Compile_U-Boot_Bootloader.md index 979ac7254..5a6f454d2 100644 --- a/docs/13_Advanced_Topics/02_Compile_U-Boot_Bootloader.md +++ b/docs/13_Advanced_Topics/02_Compile_U-Boot_Bootloader.md @@ -35,7 +35,7 @@ The build can be started with: ```bash -ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make udoo_neo_config +ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make udoo_neo_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make ```