commit | c39337c11da40eb19664bd66f1ecdcd4571b14cf | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Dec 19 12:53:31 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 26 21:35:52 2018 -0500 |
tree | 598d40b08943683319a63bd16a7cf439285765c6 | |
parent | 7d19fc04eb9ffcca1f19500e78099d181b3388dd [diff] |
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>