blob: 6578d28ad942edec38298972c786b326d22dcdd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"
PR .= ".corecdp2"
SRC_URI += "file://defconfig \
file://nand_ids_toshiba.patch \
"
# run memory bus at 1.8v for mt100eocg
SRC_URI_append_mt100eocg = " file://memory_bus_1.8v.patch"
AT91BOOTSTRAP_FLAGS_append_mt100eocg = " -DCONFIG_USER_EBI_1V8"
|