diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-24 13:06:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-24 13:40:42 +0200 |
commit | 9ed0681eb99434d0ad02d0e6ea666c94ea3f430e (patch) | |
tree | f54caaefe3a625e9b15f32edb7b6ed32ed81e05c /recipes/u-boot/u-boot_git.bb | |
parent | 5e6ba9ef646e27a7d1f524a0837ec41b78ecfbb4 (diff) |
u-boot git: sync i2c and button patch with http://gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723
u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 29e7319799..bc4ab19324 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -1,5 +1,5 @@ require u-boot.inc -PR ="r58" +PR ="r59" FILESPATHPKG =. "u-boot-git:" @@ -62,11 +62,13 @@ SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ file://0038-Added-configurations-for-xM-Rev-A-board.patch \ file://0039-OMAP3-beagle-setenv-beaglerev-for-AxBx-Cx-xMA-for-be.patch \ file://0001-OMAP-mmc-add-support-for-second-and-third-mmc-chan.patch \ - file://0001-OMAP3-Beagle-enable-support-for-second-and-third-m.patch \ - file://0038-BeagleBoard-Added-LED-driver.patch \ - file://0039-Add-led-command.patch \ - file://0041-BeagleBoard-Enabled-LEDs.patch \ - file://0043-BeagleBoard-Add-CONFIG_SYS_MEMTEST_SCRATCH.patch \ + file://0001-OMAP3-Beagle-enable-support-for-second-and-third-m.patch \ + file://0038-BeagleBoard-Added-LED-driver.patch \ + file://0039-Add-led-command.patch \ + file://0041-BeagleBoard-Enabled-LEDs.patch \ + file://0042-BeagleBoard-New-command-for-status-of-USER-button.patch \ + file://0043-BeagleBoard-Add-CONFIG_SYS_MEMTEST_SCRATCH.patch \ + file://0044-Beagleboard-Adjust-boot.patch \ file://fw_env.config \ " SRCREV_beagleboard = "ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55" |