blob: d61db71b5951963a76e7c0fabdef6b2a2d3b12d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Provides the common settings for QorIQ ARM
MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
MACHINEOVERRIDES =. "qoriq-arm:"
require conf/machine/include/qoriq-base.inc
|