mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Merge git://git.denx.de/u-boot-sh
- Enable -ffunction-sections / -fdata-sections --gc-sections to SH - RCar Gen3 updates
This commit is contained in:
@@ -879,3 +879,8 @@ err:
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int fdt_overlay_apply_node(void *fdt, int target, void *fdto, int node)
|
||||
{
|
||||
return overlay_apply_node(fdt, target, fdto, node);
|
||||
}
|
||||
|
@@ -2032,6 +2032,13 @@ int fdt_del_node(void *fdt, int nodeoffset);
|
||||
*/
|
||||
int fdt_overlay_apply(void *fdt, void *fdto);
|
||||
|
||||
/**
|
||||
* fdt_overlay_apply_node - Merges a node into the base device tree
|
||||
*
|
||||
* See overlay_apply_node() for details.
|
||||
*/
|
||||
int fdt_overlay_apply_node(void *fdt, int target, void *fdto, int node);
|
||||
|
||||
/**********************************************************************/
|
||||
/* Debugging / informational functions */
|
||||
/**********************************************************************/
|
||||
|
Reference in New Issue
Block a user