aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/at91bootstrap/at91bootstrap-3.1.2/0042-U-Boot-may-not-be-in-a-subdirectory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/at91bootstrap/at91bootstrap-3.1.2/0042-U-Boot-may-not-be-in-a-subdirectory.patch')
-rw-r--r--recipes/at91bootstrap/at91bootstrap-3.1.2/0042-U-Boot-may-not-be-in-a-subdirectory.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/at91bootstrap/at91bootstrap-3.1.2/0042-U-Boot-may-not-be-in-a-subdirectory.patch b/recipes/at91bootstrap/at91bootstrap-3.1.2/0042-U-Boot-may-not-be-in-a-subdirectory.patch
new file mode 100644
index 0000000000..264c360af6
--- /dev/null
+++ b/recipes/at91bootstrap/at91bootstrap-3.1.2/0042-U-Boot-may-not-be-in-a-subdirectory.patch
@@ -0,0 +1,27 @@
+From 53e1bd363ccd4ebe32852bfb1a1b847ff2b92d1b Mon Sep 17 00:00:00 2001
+From: Ulf Samuelsson <ulf_samuelsson@telia.com>
+Date: Fri, 28 Oct 2011 18:25:59 +0200
+Subject: [PATCH] U-Boot may not be in a subdirectory
+
+
+Signed-off-by: Ulf Samuelsson <ulf.samuelsson@telia.com>
+---
+ .../at91sam9g20ek_2mmcsd_defconfig | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/board/at91sam9g20ek_2mmc/at91sam9g20ek_2mmcsd_defconfig b/board/at91sam9g20ek_2mmc/at91sam9g20ek_2mmcsd_defconfig
+index 3f78566..323a39e 100644
+--- a/board/at91sam9g20ek_2mmc/at91sam9g20ek_2mmcsd_defconfig
++++ b/board/at91sam9g20ek_2mmc/at91sam9g20ek_2mmcsd_defconfig
+@@ -84,7 +84,7 @@ CONFIG_LOAD_UBOOT=y
+ # CONFIG_LOAD_4MB is not set
+ CONFIG_ALT_IMG_ADDRESS="0x00000000"
+ CONFIG_ALT_IMG_SIZE="0x00010000"
+-CONFIG_OS_IMAGE_NAME="at91sam9g20ek_2mmc\\\\u-boot.bin"
++CONFIG_OS_IMAGE_NAME="u-boot.bin"
+ CONFIG_IMG_ADDRESS="0x00000000"
+ CONFIG_SETTING_ADDRESS="0x00000000"
+ CONFIG_SETTING_SIZE="0x00001000"
+--
+1.7.5.4
+