[U-Boot] [PATCH] fdt: restore board_fdt_blob_setup() declaration

sjg at google.com sjg at google.com
Thu Nov 22 20:21:52 UTC 2018


On 28 October 2018 at 05:41, Baruch Siach <baruch at tkos.co.il> wrote:
> Commit 90c08fa038451d (fdt: Add device tree memory bindings) removed the
> prototype declaration of board_fdt_blob_setup(), most likely by mistake.
> This didn't break the build because the only file calling this function
> (lib/fdtdec.c) provides a local weak definition. Restore the
> declaration.
>
> Cc: Michael Pratt <mpratt at chromium.org>
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
>  include/fdtdec.h | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list