From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-freescale/conf/machine/t1042d4rdb.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bsp/meta-freescale/conf/machine/t1042d4rdb.conf') diff --git a/bsp/meta-freescale/conf/machine/t1042d4rdb.conf b/bsp/meta-freescale/conf/machine/t1042d4rdb.conf index 685b7cb1..52a792c7 100644 --- a/bsp/meta-freescale/conf/machine/t1042d4rdb.conf +++ b/bsp/meta-freescale/conf/machine/t1042d4rdb.conf @@ -9,16 +9,15 @@ require conf/machine/include/e5500.inc MACHINEOVERRIDES =. "t1:t1042:" -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" -UBOOT_CONFIG[nor] = "T1042D4RDB_config,,u-boot.bin" +UBOOT_CONFIG ??= "nand sdcard spi nor" +UBOOT_CONFIG[nor] = "T1042D4RDB_config,,u-boot-with-dtb.bin" UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" -UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config,,u-boot.bin" HV_CFG_M = "t1040rdb" -KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" +KERNEL_DEVICETREE ?= "fsl/t1042d4rdb.dtb" KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" -- cgit 1.2.3-korg