diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-17 13:38:54 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-17 08:46:46 -0300 |
commit | 977c2c2d8f8b44a587770bd9af466975cfb16a42 (patch) | |
tree | e77e56674f9f9c4c04a794f71f7b687571b87150 | |
parent | 3e8a4bb89aebf73c5a80de987cc982d4b991e24c (diff) | |
download | meta-freescale-977c2c2d8f8b44a587770bd9af466975cfb16a42.tar.gz |
ls1043ardb-be: remove machine config
*ls1043ardb-be will not be supported
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | conf/machine/ls1043ardb-be.conf | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/conf/machine/ls1043ardb-be.conf b/conf/machine/ls1043ardb-be.conf deleted file mode 100644 index 3582162f..00000000 --- a/conf/machine/ls1043ardb-be.conf +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale LS1043ARDB | ||
3 | #@SOC: LSCH2 | ||
4 | #@DESCRIPTION: Machine configuration for running LS1043A in 64-bit mode | ||
5 | #@MAINTAINER: Chunrong Guo <nxa13725@nxp.com> | ||
6 | |||
7 | DEFAULTTUNE = "aarch64_be" | ||
8 | |||
9 | require conf/machine/include/qoriq-arm64.inc | ||
10 | require conf/machine/include/arm/arch-arm64.inc | ||
11 | |||
12 | MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:" | ||
13 | |||
14 | KERNEL_CLASSES = " kernel-fitimage " | ||
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | |||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | ||
18 | UBOOT_ENTRYPOINT = "0x80080000" | ||
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 | UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
26 | UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
27 | UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
28 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
29 | UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
30 | UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
31 | |||
32 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" | ||
33 | LE_UBOOT_FOR_ARMBE_TARGET = "1" | ||
34 | |||
35 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" | ||
36 | KERNEL_DEFCONFIG ?= "defconfig" | ||
37 | |||
38 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" | ||
39 | |||
40 | USE_VT = "0" | ||