diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-25 14:32:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-25 14:32:51 +0200 |
commit | 371343e2ccc38648bbcc35599b48d12e98d3a7cc (patch) | |
tree | 3d3566849eab87036bf531d4e27889661584d684 /recipes | |
parent | 721ce80031fa5468098044e860f554bd13ce285b (diff) |
u-boot git: remove ramdisk and user button patches that don't work on revB and revC beagles
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 8c5fb8eb85..7ee33bc847 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 ="r55" +PR ="r56" FILESPATHPKG =. "u-boot-git:" @@ -65,9 +65,7 @@ SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ 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://0040-BeagleBoard-Check-for-ramdisk-on-boot.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://fw_env.config \ " |