diff options
Diffstat (limited to 'recipes/u-boot/u-boot_2009.03.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.03.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb index 7f22087382..2cbded9a3f 100644 --- a/recipes/u-boot/u-boot_2009.03.bb +++ b/recipes/u-boot/u-boot_2009.03.bb @@ -8,12 +8,12 @@ DEPENDS_append_hipox = " oxnas-boot-tools oxnas-boot-tools-native " SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " -SRC_URI_append_hipox = "file://00-hipox.patch;patch=1 \ - file://01-hipox-fix-gmac-reset.patch;patch=1 \ - file://02-hipox-enable-mmu.patch;patch=1 \ - file://03-hipox-direct-switch.patch;patch=1 \ - file://04-hipox-env.patch;patch=1 \ - file://10-hipox-boot-abort-key.patch;patch=1 \ +SRC_URI_append_hipox = "file://00-hipox.patch \ + file://01-hipox-fix-gmac-reset.patch \ + file://02-hipox-enable-mmu.patch \ + file://03-hipox-direct-switch.patch \ + file://04-hipox-env.patch \ + file://10-hipox-boot-abort-key.patch \ " TARGET_LDFLAGS = "" |