Signed-off-by: Zhenhua Luo <[email protected]> --- conf/machine/ls1021atwr.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/ls1021atwr.conf
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf new file mode 100644 index 0000000..e142dc1 --- /dev/null +++ b/conf/machine/ls1021atwr.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: Freescale LS1021ATWR board +#@SOC: ls102xa +#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode +#@MAINTAINER: Zhenhua Luo <[email protected]> + +require conf/machine/include/ls-base.inc +require conf/machine/include/tune-cortexa7.inc + +SOC_FAMILY = "ls102xa" +UBOOT_MACHINE ?= "ls1021atwr_nor ls1021atwr_sdcard ls1021atwr_letech" +KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig" + -- 1.8.3.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
