diff options
author | B, Ravi <ravibabu@ti.com> | 2017-04-18 11:57:26 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-12 02:04:26 (GMT) |
commit | 984a3c8777071700a5935758d0d542e7b3f97bb0 (patch) | |
tree | 66654061980e0d8f7b07b470f56ccac177dfbe87 /common/Makefile | |
parent | 907fef6cc74d540427a1e1b7f9c702c90214259a (diff) | |
download | u-boot-984a3c8777071700a5935758d0d542e7b3f97bb0.tar.xz |
spl: fdt: support for fdt fixup for falcon boot
Adding support for fdt fixup to update the
memory node in device tree for falcon boot.
This is needed for single stage or falcon
bootmode, to pass memory configuration to
kernel through DT memory node.
Signed-off-by: Ravi Babu <ravibabu@ti.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 86225f1..bcd2486 100644 --- a/common/Makefile +++ b/common/Makefile @@ -95,7 +95,7 @@ obj-$(CONFIG_SPL_HASH_SUPPORT) += hash.o obj-$(CONFIG_ENV_IS_IN_FLASH) += env_flash.o obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o obj-$(CONFIG_SPL_NET_SUPPORT) += miiphyutil.o -obj-$(CONFIG_SPL_OF_TRANSLATE) += fdt_support.o +obj-$(CONFIG_SPL_OF_LIBFDT) += fdt_support.o ifdef CONFIG_SPL_USB_HOST_SUPPORT obj-$(CONFIG_SPL_USB_SUPPORT) += usb.o usb_hub.o obj-$(CONFIG_USB_STORAGE) += usb_storage.o |