diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 11:50:20 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 11:50:20 -0500 |
commit | 5115f3c330fa5a6e7f0737f8951ba8f6418c08b0 (patch) | |
tree | 702eac9fbe96ace5b6e94ea52e807da93159d882 /multitech/recipes/at91bootstrap | |
parent | 6c8437ce769814c4d3ebf36fd8258867c7a71762 (diff) |
cron, at91bootstrap: remove patch=1 (deprecated)
Diffstat (limited to 'multitech/recipes/at91bootstrap')
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend index 4a38207..0e75963 100644 --- a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend +++ b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend @@ -2,5 +2,5 @@ FILESEXTRA := "${THISDIR}" FILESPATHBASE =. "${FILESEXTRA}:" # run memory bus at 1.8v for mtcdp-embedded -SRC_URI_append_mtcdp-embedded = "file://memory_bus_1.8v.patch;patch=1" +SRC_URI_append_mtcdp-embedded = "file://memory_bus_1.8v.patch" AT91BOOTSTRAP_FLAGS_append_mtcdp-embedded = "-DCONFIG_USER_EBI_1V8" |