Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-08 | Clean up libfdt.h includes | Gerald Van Baren | |
The libfdt.h file is the definition file for libfdt. It is unnecessary to include other fdt header files (the necessary ones are pulled in by libfdt.h). Signed-off-by: Gerald Van Baren <gvb@unssw.com> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Stefan Roese <sr@denx.de> | |||
2011-10-30 | nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). | Joachim Foerster | |
The main motivation is, to have the local-mac-address property of the ethernet peripherals fixed/synced with U-Boot's environment settings. Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com> Signed-off-by: Thomas Chou <thomas@wytron.com.tw> |