Merge branch 'master' of git://git.denx.de/u-boot-fdt
This commit is contained in:
commit
ffb96d55d1
|
|
@ -34,7 +34,5 @@ void ft_cpu_setup(void *blob, bd_t *bd)
|
||||||
* Note: aliases in the dts are required for this
|
* Note: aliases in the dts are required for this
|
||||||
*/
|
*/
|
||||||
fdt_fixup_ethernet(blob);
|
fdt_fixup_ethernet(blob);
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_OF_LIBFDT && CONFIG_OF_BOARD_SETUP */
|
#endif /* CONFIG_OF_LIBFDT && CONFIG_OF_BOARD_SETUP */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue