summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-06-27 11:34:14 +0530
committerRyan Eatmon <reatmon@ti.com>2025-06-27 10:05:00 -0500
commit67b42e3b5d4ccd78f9fd6225c39f1800ba57a0d4 (patch)
treecbe9976e1b2a3833b5e48443b5eca258f00c19cd /meta-ti-bsp/conf/machine/am335x-hs-evm.conf
parentbef9e655eb478133697ac0c594cefdfe57b17f2f (diff)
downloadmeta-ti-67b42e3b5d4ccd78f9fd6225c39f1800ba57a0d4.tar.gz
conf: machine: move UBOOT_*ADDRESS to top level ti-soc
Since all k3 and legacy platforms share common load addresses for kernel and initrd in the fitImage, move them to top level ti-soc.inc. No functional change is intended from this patch. Signed-off-by: Anshul Dalal <anshuld@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am335x-hs-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am335x-hs-evm.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
index ca102961..652496c2 100644
--- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
@@ -10,11 +10,6 @@ UBOOT_CONFIG ??= "uart mmc"
10UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config" 10UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config"
11UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" 11UBOOT_CONFIG[mmc] = "am335x_hs_evm_config"
12 12
13UBOOT_ENTRYPOINT = "0x82000000"
14UBOOT_LOADADDRESS = "0x82000000"
15UBOOT_RD_LOADADDRESS = "0x84000000"
16UBOOT_RD_ENTRYPOINT = "0x84000000"
17
18# FIT image for legacy secure devices 13# FIT image for legacy secure devices
19KERNEL_CLASSES += " kernel-fitimage-legacyhs" 14KERNEL_CLASSES += " kernel-fitimage-legacyhs"
20KERNEL_IMAGETYPES += " fitImage" 15KERNEL_IMAGETYPES += " fitImage"