summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti-soc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti-soc.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-soc.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc
index 5d77e719..5125856f 100644
--- a/meta-ti-bsp/conf/machine/include/ti-soc.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc
@@ -3,6 +3,12 @@
3SOC_FAMILY = "ti-soc" 3SOC_FAMILY = "ti-soc"
4require conf/machine/include/soc-family.inc 4require conf/machine/include/soc-family.inc
5 5
6# kernel, initrd load addresses for the fitImage in all TI platforms
7UBOOT_ENTRYPOINT = "0x82000000"
8UBOOT_LOADADDRESS = "0x82000000"
9UBOOT_RD_LOADADDRESS = "0x84000000"
10UBOOT_RD_ENTRYPOINT = "0x84000000"
11
6# TI platforms all use devicetrees with overlays 12# TI platforms all use devicetrees with overlays
7MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" 13MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree"
8KERNEL_DTB_OVERLAY_SUPPORT ?= "1" 14KERNEL_DTB_OVERLAY_SUPPORT ?= "1"