diff options
Diffstat (limited to 'recipes/u-boot/u-boot_1.1.4.bb')
-rw-r--r-- | recipes/u-boot/u-boot_1.1.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_1.1.4.bb b/recipes/u-boot/u-boot_1.1.4.bb index df6a357c63..dacd88655f 100644 --- a/recipes/u-boot/u-boot_1.1.4.bb +++ b/recipes/u-boot/u-boot_1.1.4.bb @@ -47,6 +47,10 @@ SRC_URI_append_avr32= "\ file://fix-mmc-data-timeout.patch;patch=1 \ " +SRC_URI_append_openrd-client = "\ + file://0001-OpenRD-Support-Uboot.patch;pach=1 \ +" + EXTRA_OEMAKE_gumstix = "CROSS_COMPILE=${TARGET_PREFIX} GUMSTIX_400MHZ=${GUMSTIX_400MHZ}" TARGET_LDFLAGS = "" |