Re: [U-Boot] [PATCH 08/11] fdt: Add ft_system_setup() function for system device tree additions

2014-10-17 Thread Anatolij Gustschin
Hi Simon, On Wed, 15 Oct 2014 02:05:38 -0600 Simon Glass wrote: > Add an additional function for adding information to the device tree before > booting. This permits additions which are not board-specific. > > Signed-off-by: Simon Glass > --- > > README| 9 - > commo

[U-Boot] [PATCH 08/11] fdt: Add ft_system_setup() function for system device tree additions

2014-10-15 Thread Simon Glass
Add an additional function for adding information to the device tree before booting. This permits additions which are not board-specific. Signed-off-by: Simon Glass --- README| 9 - common/cmd_fdt.c | 15 +++ common/image-fdt.c| 6 ++ include/f