summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-03 08:59:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-06 14:18:07 -0500
commitd2395ca5e147d72d340ebc4065164d24d2cb808e (patch)
tree8384821ee9708b9512c8509a7e71be9196374584
parentf86641d4b517a5e77eb3c061a01efd81ead6fdb2 (diff)
downloadmeta-ti-d2395ca5e147d72d340ebc4065164d24d2cb808e.tar.gz
linux-ti-staging: still need to pass LOADADDR for uImage image types
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb
index c9ed1631..8955cabf 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.9.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb
@@ -49,6 +49,8 @@ RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw"
49RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw" 49RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw"
50RDEPENDS_kernel-base_append_k2g = " prueth-fw" 50RDEPENDS_kernel-base_append_k2g = " prueth-fw"
51 51
52KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
53
52S = "${WORKDIR}/git" 54S = "${WORKDIR}/git"
53 55
54BRANCH = "ti-lsk-linux-4.9.y" 56BRANCH = "ti-lsk-linux-4.9.y"