summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-06-21 14:11:11 -0400
committerTom Rini <trini@konsulko.com>2019-06-21 14:11:11 -0400
commit271dc9ce7f9652e2fe3794871900fef292a9777b (patch)
tree809041444563947c9df97e6e7149abf79c9431b6 /lib
parent226a35ef0ef310d8fffa3e6283ee3aab9dab26aa (diff)
parentf5128514137633ee951b1c484945bec9092c4e99 (diff)
Merge branch '2019-06-21-master-imports'
- Assorted small fixes - Bugfix RSA handling code to reject images with unknown padding. - Some boards disabled unused features to turn off DM warnings.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 09c45b81229..2fffd68f943 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -88,7 +88,7 @@ obj-y += crc32.o
obj-$(CONFIG_CRC32C) += crc32c.o
obj-y += ctype.o
obj-y += div64.o
-obj-$(CONFIG_OF_LIBFDT) += fdtdec.o
+obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += fdtdec.o fdtdec_common.o
obj-y += hang.o
obj-y += linux_compat.o
obj-y += linux_string.o