24 lines
527 B
HTML
24 lines
527 B
HTML
SOC_FAMILY = "armada"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
DEFAULTTUNE ?= "cortexa9thf-neon"
|
|
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
NM_TARGET = "netbolt"
|
|
NM_ARCH = "arm"
|
|
KMACHINE = "netmodule-armada"
|
|
|
|
INODE_SIZE = "1024"
|
|
DIR_INODE_SIZE = "1024"
|
|
FILE_INODE_SIZE = "0"
|
|
|
|
MACHINE_FEATURES:remove = "bluetooth"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-nrsw"
|
|
|
|
UBOOT_MACHINE = "${MACHINE}_defconfig"
|
|
UBOOT_ENTRYPOINT = "0x13000000"
|
|
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
|