diff options
| author | B, Ravi <[email protected]> | 2017-04-18 17:27:26 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-11 22:04:26 -0400 |
| commit | 984a3c8777071700a5935758d0d542e7b3f97bb0 (patch) | |
| tree | 66654061980e0d8f7b07b470f56ccac177dfbe87 /common | |
| parent | 907fef6cc74d540427a1e1b7f9c702c90214259a (diff) | |
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 <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 86225f1564b..bcd2486ff5d 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 |
