diff options
-rw-r--r-- | conf/machine/ls1046ardb-32b.conf | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf deleted file mode 100644 index 4267c0f1..00000000 --- a/conf/machine/ls1046ardb-32b.conf +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP LS1046ARDB | ||
3 | #@SOC: LSCH2 | ||
4 | #@DESCRIPTION: Machine configuration for running LS1046A in 32-bit mode | ||
5 | #@MAINTAINER: Zhenhua Luo <zhenhua.luo@nxp.com> | ||
6 | |||
7 | MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1046a:" | ||
8 | |||
9 | require conf/machine/include/qoriq-arm.inc | ||
10 | require conf/machine/include/arm/arch-arm64.inc | ||
11 | |||
12 | DEFAULTTUNE = "armv7ahf-neon" | ||
13 | |||
14 | KERNEL_CLASSES = " kernel-fitimage " | ||
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | |||
17 | UBOOT_DTB_LOADADDRESS = "0x9ffe0000" | ||
18 | UBOOT_ENTRYPOINT = "0x80008000" | ||
19 | |||
20 | UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi" | ||
21 | UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" | ||
22 | UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | ||
23 | UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" | ||
24 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" | ||
25 | |||
26 | KERNEL_DEVICETREE ?= "\ | ||
27 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | ||
28 | freescale/fsl-ls1046a-rdb-usdpaa.dtb \ | ||
29 | " | ||
30 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" | ||
31 | |||
32 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0" | ||
33 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
34 | |||
35 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||
36 | USE_VT = "0" | ||
37 | |||
38 | require conf/multilib.conf | ||
39 | MULTILIBS ?= "multilib:lib64" | ||
40 | DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64" | ||