summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm.inc
blob: 232bcbeeee80f29c2510ec3cb92041864bcbcf3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require conf/machine/include/qoriq-base.inc

DEFAULTTUNE ?= "cortexa7hf-neon"

UBOOT_ENTRYPOINT = "0x80008000"

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"