]> Git Repo - J-u-boot.git/commit
fdt: restore board_fdt_blob_setup() declaration
authorBaruch Siach <[email protected]>
Sun, 28 Oct 2018 12:41:14 +0000 (14:41 +0200)
committerSimon Glass <[email protected]>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commitb23644858bec1a21743debccb6643af7df5c48b4
tree15e92413ded125cf9ca57c022c3eaabf3c807c21
parentb1a7e79949a972231ddf793fd48ca0ce9cf48da5
fdt: restore board_fdt_blob_setup() declaration

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 <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
include/fdtdec.h
This page took 0.02846 seconds and 4 git commands to generate.