summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-04-17 13:36:25 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-04-17 08:46:46 -0300
commit3e8a4bb89aebf73c5a80de987cc982d4b991e24c (patch)
tree5d015c854bdb1fe84a262f84a894561a4405bc62 /conf
parent0b4d92325264275cded4b46ce847b11816c63535 (diff)
downloadmeta-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.conf37
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
7DEFAULTTUNE = "aarch64_be"
8
9MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
10
11require conf/machine/include/qoriq-arm64.inc
12require conf/machine/include/arm/arch-arm64.inc
13
14KERNEL_CLASSES = " kernel-fitimage "
15KERNEL_IMAGETYPES = "fitImage"
16
17UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000"
19
20LE_UBOOT_FOR_ARMBE_TARGET = "1"
21UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi"
22UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
23UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
25UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
26UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
27UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
28UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
29
30KERNEL_DEVICETREE ?= "\
31 freescale/fsl-ls1046a-rdb-sdk.dtb \
32 freescale/fsl-ls1046a-rdb-usdpaa.dtb \
33"
34KERNEL_DEFCONFIG ?= "defconfig"
35
36EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
37USE_VT = "0"