
10 Feb
2017
10 Feb
'17
12:52 p.m.
On Friday 10 February 2017 09:00 AM, Tom Rini wrote:
On Thu, Feb 09, 2017 at 09:30:10AM +0530, Lokesh Vutla wrote:
Add u-boot specific dtsi so that this will be included automatically while building dts.
Signed-off-by: Lokesh Vutla lokeshvutla@ti.com
Reviewed-by: Tom Rini trini@konsulko.com
As I said earlier, I see a problem with this approach. We want this omap5-u-boot.dtsi only for SPL. But Makefile.lib tries to append this for each dtb in proper U-Boot as well. As we might not need any of these in U-Boot before relocation, the behavior is unexpected(sometimes U-boot does not comes up ). I would like to go ahead with V1 of this series, what do you say?
Thanks and regards, Lokesh