Re: [U-Boot] [PATCH] common/Makefile: Compile fdt_support is enabled in SPL

2015-11-26 Thread Simon Glass
On 26 November 2015 at 04:38, Stefan Roese wrote: > 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 > Cc: Simon Glass > --- > common/Makefile | 1 + >

[U-Boot] [PATCH] common/Makefile: Compile fdt_support is enabled in SPL

2015-11-26 Thread Stefan Roese
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 Cc: Simon Glass --- common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Makefile b/comm