diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-17 13:36:25 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-17 08:46:46 -0300 |
commit | 3e8a4bb89aebf73c5a80de987cc982d4b991e24c (patch) | |
tree | 5d015c854bdb1fe84a262f84a894561a4405bc62 /conf | |
parent | 0b4d92325264275cded4b46ce847b11816c63535 (diff) | |
download | meta-freescale-3e8a4bb89aebf73c5a80de987cc982d4b991e24c.tar.gz |
ls1046ardb-be: remove machine config
*ls1046ardb-be will not be supported
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls1046ardb-be.conf | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/conf/machine/ls1046ardb-be.conf b/conf/machine/ls1046ardb-be.conf deleted file mode 100644 index 0f72d579..00000000 --- a/conf/machine/ls1046ardb-be.conf +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP LS1046ARDB | ||
3 | #@SOC: LSCH2 | ||
4 | #@DESCRIPTION: Machine configuration for running LS1046A in 64-bit mode | ||
5 | #@MAINTAINER: Zhenhua Luo <zhenhua.luo@nxp.com> | ||
6 | |||
7 | DEFAULTTUNE = "aarch64_be" | ||
8 | |||
9 | MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:" | ||
10 | |||
11 | require conf/machine/include/qoriq-arm64.inc | ||
12 | require conf/machine/include/arm/arch-arm64.inc | ||
13 | |||
14 | KERNEL_CLASSES = " kernel-fitimage " | ||
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | |||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | ||
18 | UBOOT_ENTRYPOINT = "0x80080000" | ||
19 | |||
20 | LE_UBOOT_FOR_ARMBE_TARGET = "1" | ||
21 | UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" | ||
22 | UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" | ||
23 | UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | ||
24 | UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" | ||
25 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" | ||
26 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
27 | UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
28 | UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
29 | |||
30 | KERNEL_DEVICETREE ?= "\ | ||
31 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | ||
32 | freescale/fsl-ls1046a-rdb-usdpaa.dtb \ | ||
33 | " | ||
34 | KERNEL_DEFCONFIG ?= "defconfig" | ||
35 | |||
36 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||
37 | USE_VT = "0" | ||