]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: restore board_fdt_blob_setup() declaration
authorBaruch Siach <baruch@tkos.co.il>
Sun, 28 Oct 2018 12:41:14 +0000 (14:41 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit66ddf7c2c865078840aec045d3be65882e7c1d74
tree15e92413ded125cf9ca57c022c3eaabf3c807c21
parentc78d0f168a647855942abb170c6b304e81a46045
fdt: restore board_fdt_blob_setup() declaration

Commit c1d3eb0cbd2668 (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@chromium.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/fdtdec.h