diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-27 07:50:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-27 07:50:24 -0500 |
commit | b47b3810379aaf6d336151acda66c2a29fc8b657 (patch) | |
tree | 15364a84e350a1a71ead52ead1b313a6dad2a3a5 /arch/arm/mach-k3/config.mk | |
parent | 562a63e86bc7b308a328a7bbdf0db237855c39a8 (diff) | |
parent | e17e0ceb83538c015a50b965547f2f4d38f81c5d (diff) |
Merge branch '2018-12-26-master-imports'
- Misc TI platform fixes
- mt7629 fix for Linux compatible SMP support
- Other small regression fixes
Diffstat (limited to 'arch/arm/mach-k3/config.mk')
-rw-r--r-- | arch/arm/mach-k3/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/config.mk b/arch/arm/mach-k3/config.mk index 7fc0b3f357..be00d79fb0 100644 --- a/arch/arm/mach-k3/config.mk +++ b/arch/arm/mach-k3/config.mk @@ -37,7 +37,7 @@ cmd_gencert = cat $(srctree)/tools/k3_x509template.txt | sed $(SED_OPTS) > u-boo ifeq ($(CONFIG_SYS_K3_KEY), "") KEY=u-boot-spl-eckey.pem else -KEY=$(patsubst "%",%,$(CONFIG_SYS_K3_KEY)) +KEY=$(patsubst "%",$(srctree)/%,$(CONFIG_SYS_K3_KEY)) endif u-boot-spl-eckey.pem: FORCE |