Home
last modified time | relevance | path

Searched hist:adc702e22948ec5fe7b6706d0d66ec3bdd35e323 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/mach-k3/
H A Dconfig.mkdiff adc702e22948ec5fe7b6706d0d66ec3bdd35e323 Wed Dec 19 01:23:31 CST 2018 Lokesh Vutla <lokeshvutla@ti.com> arm: K3: Fix usage of CONFIG_SYS_K3_KEY

For signing the tiboot3.bin image, an optional KEY file can be passed
using CONFIG_SYS_K3_KEY. Right now, Makefile scripts directly takes
the config value and uses it for signing. This is okay if the build
directory is a sub-directory of source tree, otherwise it fails.
Fix it by using the path relative to the source tree.

Reported-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>