mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
fdt: restore board_fdt_blob_setup() declaration
Commit 90c08fa038
(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>
This commit is contained in:
parent
b1a7e79949
commit
b23644858b
1 changed files with 1 additions and 0 deletions
|
@ -956,6 +956,7 @@ int fdtdec_setup(void);
|
||||||
* Called when CONFIG_OF_BOARD is defined, or if CONFIG_OF_SEPARATE is defined
|
* Called when CONFIG_OF_BOARD is defined, or if CONFIG_OF_SEPARATE is defined
|
||||||
* and the board implements it.
|
* and the board implements it.
|
||||||
*/
|
*/
|
||||||
|
void *board_fdt_blob_setup(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Decode the size of memory
|
* Decode the size of memory
|
||||||
|
|
Loading…
Add table
Reference in a new issue