diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-19 10:21:42 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-19 10:21:42 -0500 |
commit | a420728d240b54fd23de268c9c2b6161bd81d932 (patch) | |
tree | 32ea998f77d194badf4f3c01a6e5c8896a7c8bdb /multitech/recipes/at91bootstrap | |
parent | 93e42c7fcc22f3d1d90d94b1288c107d4629fce0 (diff) |
rename mtcdp-embedded to mt100ecdp
Diffstat (limited to 'multitech/recipes/at91bootstrap')
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap-2.13/mt100ecdp/defconfig (renamed from multitech/recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/defconfig) | 0 | ||||
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap-2.13/mt100ecdp/memory_bus_1.8v.patch (renamed from multitech/recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/memory_bus_1.8v.patch) | 0 | ||||
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/defconfig b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mt100ecdp/defconfig index 8338b3d..8338b3d 100644 --- a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/defconfig +++ b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mt100ecdp/defconfig diff --git a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/memory_bus_1.8v.patch b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mt100ecdp/memory_bus_1.8v.patch index 045f255..045f255 100644 --- a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/memory_bus_1.8v.patch +++ b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/mt100ecdp/memory_bus_1.8v.patch diff --git a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend index ee6a2ed..dedbac0 100644 --- a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend +++ b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend @@ -7,6 +7,6 @@ SRC_URI += "file://defconfig \ file://nand_ids_toshiba.patch \ " -# run memory bus at 1.8v for mtcdp-embedded -SRC_URI_append_mtcdp-embedded = " file://memory_bus_1.8v.patch" -AT91BOOTSTRAP_FLAGS_append_mtcdp-embedded = " -DCONFIG_USER_EBI_1V8" +# run memory bus at 1.8v for mt100ecdp +SRC_URI_append_mt100ecdp = " file://memory_bus_1.8v.patch" +AT91BOOTSTRAP_FLAGS_append_mt100ecdp = " -DCONFIG_USER_EBI_1V8" |