Re: [U-Boot] why so little use of ft_system_setup()?

2016-05-20 Thread Robert P. J. Day
On Fri, 20 May 2016, Stephen Warren wrote: > On 05/19/2016 12:19 PM, Robert P. J. Day wrote: > > > >still crawling through the code related to FDTs, and while i see a > > pile of boards that define CONFIG_OF_SYSTEM_SETUP, i see very few that > > define the corresponding(?) ft_system_setup() ro

Re: [U-Boot] why so little use of ft_system_setup()?

2016-05-20 Thread Stephen Warren
On 05/19/2016 12:19 PM, Robert P. J. Day wrote: still crawling through the code related to FDTs, and while i see a pile of boards that define CONFIG_OF_SYSTEM_SETUP, i see very few that define the corresponding(?) ft_system_setup() routine. $ grep -r CONFIG_OF_SYSTEM_SETUP * configs/apali

[U-Boot] why so little use of ft_system_setup()?

2016-05-19 Thread Robert P. J. Day
still crawling through the code related to FDTs, and while i see a pile of boards that define CONFIG_OF_SYSTEM_SETUP, i see very few that define the corresponding(?) ft_system_setup() routine. $ grep -r CONFIG_OF_SYSTEM_SETUP * cmd/fdt.c:#ifdef CONFIG_OF_SYSTEM_SETUP cmd/fdt.c:#ifdef CONFIG_OF_