summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch
new file mode 100644
index 00000000..03569d16
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch
@@ -0,0 +1,26 @@
1From 65ba75f46ec4c9749996ec290fa1c5e4e6264ce3 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Tue, 1 Nov 2011 12:21:07 +0100
4Subject: [PATCH 01/10] am335x_evm: add option to boot kernel from /boot in
5 ext2/3 filesystem
6
7Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
8---
9 include/configs/am335x_evm.h | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
13index 44a8500..83ccb5a 100755
14--- a/include/configs/am335x_evm.h
15+++ b/include/configs/am335x_evm.h
16@@ -75,6 +75,7 @@
17 "importbootenv=echo Importing environment from mmc ...; " \
18 "env import -t $loadaddr $filesize\0" \
19 "mmc_load_uimage=fatload mmc ${mmc_dev} ${kloadaddr} ${bootfile}\0" \
20+ "mmc_load_uimage_ext2=ext2load ${mmc_dev} ${kloadaddr} /boot/${bootfile}\0" \
21 "optargs=\0" \
22 "bootargs_defaults=setenv bootargs " \
23 "console=${console} " \
24--
251.7.10
26