diff options
| author | Anshul Dalal <anshuld@ti.com> | 2025-06-27 11:34:14 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-27 10:05:00 -0500 |
| commit | 67b42e3b5d4ccd78f9fd6225c39f1800ba57a0d4 (patch) | |
| tree | cbe9976e1b2a3833b5e48443b5eca258f00c19cd /meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |
| parent | bef9e655eb478133697ac0c594cefdfe57b17f2f (diff) | |
| download | meta-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.conf | 5 |
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" | |||
| 10 | UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config" | 10 | UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config" |
| 11 | UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" | 11 | UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" |
| 12 | 12 | ||
| 13 | UBOOT_ENTRYPOINT = "0x82000000" | ||
| 14 | UBOOT_LOADADDRESS = "0x82000000" | ||
| 15 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 16 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 17 | |||
| 18 | # FIT image for legacy secure devices | 13 | # FIT image for legacy secure devices |
| 19 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | 14 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" |
| 20 | KERNEL_IMAGETYPES += " fitImage" | 15 | KERNEL_IMAGETYPES += " fitImage" |
