diff options
author | Steffen Sledz <sledz@dresearch.de> | 2010-02-01 09:36:37 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-02-01 09:36:37 +0100 |
commit | 7d4856529148f17a73226fee99975ec99f885495 (patch) | |
tree | 1c4306e16c6b9d2a93c535fa7cd57ca9296f4556 /recipes/u-boot/u-boot_2009.03.bb | |
parent | fcaf096d9aee4d67a2d6dac5c0ee3a438f3e922a (diff) |
u-boot-2009.03: fix link detection for onboard switch at hipox machine
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de>
Acked-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/u-boot/u-boot_2009.03.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.03.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb index a2c0c6fd7c..a70fa6acc7 100644 --- a/recipes/u-boot/u-boot_2009.03.bb +++ b/recipes/u-boot/u-boot_2009.03.bb @@ -9,6 +9,7 @@ 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 \ " TARGET_LDFLAGS = "" |