diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti-soc.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 6 |
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 @@ | |||
3 | SOC_FAMILY = "ti-soc" | 3 | SOC_FAMILY = "ti-soc" |
4 | require conf/machine/include/soc-family.inc | 4 | require conf/machine/include/soc-family.inc |
5 | 5 | ||
6 | # kernel, initrd load addresses for the fitImage in all TI platforms | ||
7 | UBOOT_ENTRYPOINT = "0x82000000" | ||
8 | UBOOT_LOADADDRESS = "0x82000000" | ||
9 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
10 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
11 | |||
6 | # TI platforms all use devicetrees with overlays | 12 | # TI platforms all use devicetrees with overlays |
7 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" | 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" |
8 | KERNEL_DTB_OVERLAY_SUPPORT ?= "1" | 14 | KERNEL_DTB_OVERLAY_SUPPORT ?= "1" |