]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/Makefile: Compile fdt_support is enabled in SPL
authorStefan Roese <sr@denx.de>
Thu, 26 Nov 2015 12:38:15 +0000 (13:38 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 5 Dec 2015 23:22:27 +0000 (18:22 -0500)
commit63ce348d275cddf17efa1b1c1609f214847b4643
tree1c5cab34979a1bdc3ab542f3b5ecfd15cbbacc1d
parent4d5bb01e1f494499001bedfc8e378013af0f7766
common/Makefile: Compile fdt_support is enabled in SPL

When CONFIG_SPL_OF_TRANSLATE is enabled fdt_support.c needs to get
compiled. Otherwise fdt_translate_address() is missing which is needed
in dev_get_addr().

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
common/Makefile