From d89015beb9062f1f37c5f4f1ffce3493388143a6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 Subject: [PATCH] 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 --- include/configs/am335x_evm.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.30.2