From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: am335x-try-boot-from-first-partition X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d89015beb9062f1f37c5f4f1ffce3493388143a6;p=u-boot.git am335x-try-boot-from-first-partition Attempt booting from the first partition on each device if the second partition doesn't have any of the expected boot files. Gbp-Pq: Name am335x-try-boot-from-first-partition.diff --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index aa4ca8d13..d72855cf8 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -207,9 +207,13 @@ #define CONFIG_BOOTCOMMAND \ "run findfdt; " \ "run mmcboot;" \ + "setenv bootpart 0:1; " \ + "run mmcboot;" \ "setenv mmcdev 1; " \ "setenv bootpart 1:2; " \ "run mmcboot;" \ + "setenv bootpart 1:1; " \ + "run mmcboot;" \ "run nandboot;" /* NS16550 Configuration */