summaryrefslogtreecommitdiff
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorMichel Pollet <buserror@gmail.com>2009-04-04 16:49:22 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-06-04 17:54:46 +0200
commit6e8356065687546693129064226d0bcdb238d750 (patch)
tree26617498782e7e2ee2240ad9b94a2842ef7b0439 /recipes/u-boot
parent23a25eecdea20e7b58291410204a78feb2351af9 (diff)
Added support for u-boot git
Automagically load u-boot git and build that. Make sure we use the 16k aligned one, so it can be flashed with mtd_debug. Signed-off-by: Michel Pollet <buserror@gmail.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index ebe686c378..48fc84e228 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -55,6 +55,9 @@ SRCREV_sequoa = "cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093"
SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
+SRC_URI_mini2440 = "git://repo.or.cz/u-boot-openmoko/mini2440.git;protocol=git;branch=dev-mini2440-stable"
+SRCREV_mini2440 = "3516c35fb777ca959e5cadf2156a792ca10e1cff"
+
SRC_URI_neuros-osd2 += "file://Makefile-fix.patch;patch=1"
SRC_URI_append_akita = "file://pdaXrom-u-boot.patch;patch=1 \
file://uboot-eabi-fix-HACK2.patch;patch=1 \
@@ -83,3 +86,7 @@ do_configure_prepend_spitz() {
do_configure_prepend_c7x0() {
sed -i s:ROOT_FLASH_SIZE:${ROOT_FLASH_SIZE}:g ${S}/include/configs/corgi.h
}
+
+do_deploy_prepend_mini2440() {
+ cp ${S}/u-boot-nand16k.bin ${S}/u-boot.bin
+}