diff options
-rw-r--r-- | conf/machine/ls1043ardb-32b.conf | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf deleted file mode 100644 index aa7f3f6f..00000000 --- a/conf/machine/ls1043ardb-32b.conf +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP LS1043ARDB-32B | ||
3 | #@SOC: LSCH2 | ||
4 | #@DESCRIPTION: Machine configuration for running LS1043A in 32B mode | ||
5 | #@MAINTAINER: Ting Liu <ting.liu@nxp.com> | ||
6 | |||
7 | MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1043a:" | ||
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 ??= "nand sdcard nor" | ||
21 | UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" | ||
22 | UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" | ||
23 | UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | ||
24 | UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
25 | |||
26 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" | ||
27 | |||
28 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" | ||
29 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" | ||
30 | |||
31 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0" | ||
32 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
33 | |||
34 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" | ||
35 | USE_VT = "0" | ||
36 | |||
37 | require conf/multilib.conf | ||
38 | MULTILIBS ?= "multilib:lib64" | ||
39 | DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64" | ||