From e52de5e79376b16431a3a4b63072812f2ffb1c9f Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 7 Jun 2021 11:11:38 +0200 Subject: apalis-tk1.conf: prepare for toradex easy installer integration This has successfully been tested to not have any side effects no the regular BSP. Signed-off-by: Marcel Ziswiler (cherry picked from commit e79ce4ec8cab7ec7efa66e48a22e2a171331ca1b) --- conf/machine/apalis-tk1.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index ca2bb93..e626650 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -43,13 +43,16 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" PREFERRED_PROVIDER_u-boot = "u-boot-toradex-tk1" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-tk1" UBOOT_MACHINE = "apalis-tk1_defconfig" -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" +UBOOT_ENTRYPOINT = "0" +UBOOT_LOADADDRESS = "0x80008000" UBOOT_DTB_LOADADDRESS = "0x83000000" UBOOT_DTBO_LOADADDRESS = "0x83010000" # The payload offsets are given in number of 512 byte blocks. OFFSET_BOOTROM_PAYLOAD = "0" UBOOT_BINARY_TEZI_EMMC = "apalis-tk1.img" +TEZI_DISTRO_BOOT_SCRIPTS = "boot.scr" +TEZI_UBOOT_BINARY_EMMC = "apalis-tk1.img" +UBOOT_KERNEL_TYPE = "kernel_noload" # require u-boot-dtb-tegra.bin to be used UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" -- cgit v1.2.3