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