mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
fdt: Drop #ifdef around board_fdt_blob_setup()
This serves no purpose. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d893b8ad09
commit
66cd511f13
@ -1203,7 +1203,6 @@ static int uncompress_blob(const void *src, ulong sz_src, void **dstp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_OF_BOARD) || defined(CONFIG_OF_SEPARATE)
|
|
||||||
/*
|
/*
|
||||||
* For CONFIG_OF_SEPARATE, the board may optionally implement this to
|
* For CONFIG_OF_SEPARATE, the board may optionally implement this to
|
||||||
* provide and/or fixup the fdt.
|
* provide and/or fixup the fdt.
|
||||||
@ -1226,7 +1225,6 @@ __weak void *board_fdt_blob_setup(int *err)
|
|||||||
|
|
||||||
return fdt_blob;
|
return fdt_blob;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
int fdtdec_set_ethernet_mac_address(void *fdt, const u8 *mac, size_t size)
|
int fdtdec_set_ethernet_mac_address(void *fdt, const u8 *mac, size_t size)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user