summaryrefslogtreecommitdiff
path: root/recipes/at91bootstrap/at91bootstrap_2.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/at91bootstrap/at91bootstrap_2.13.bb')
-rw-r--r--recipes/at91bootstrap/at91bootstrap_2.13.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/at91bootstrap/at91bootstrap_2.13.bb b/recipes/at91bootstrap/at91bootstrap_2.13.bb
index 8db73b8904..04121b3f3b 100644
--- a/recipes/at91bootstrap/at91bootstrap_2.13.bb
+++ b/recipes/at91bootstrap/at91bootstrap_2.13.bb
@@ -1,11 +1,15 @@
require at91bootstrap.inc
-PR = "r0"
+PR = "r1"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_at91sam9g45ek = "1"
DEFAULT_PREFERENCE_at91sam9g45ekes = "1"
DEFAULT_PREFERENCE_at91sam9m10ek = "1"
+# slow slew rate for SDRAM
+SRC_URI_append_mtcdp = "file://sdram_slow_slew_rate.patch;patch=1"
+
# 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;patch=1 \
+ file://sdram_slow_slew_rate.patch;patch=1"
AT91BOOTSTRAP_FLAGS_append_mtcdp-embedded = "-DCONFIG_USER_EBI_1V8"