Re: [U-Boot] fdtgrep exclude nodes

2015-12-01 Thread Simon Glass
Hi Stefan, On 1 December 2015 at 05:31, Stefan Roese wrote: > On 01.12.2015 14:22, Michal Simek wrote: >> >> On 1.12.2015 11:46, Stefan Roese wrote: >>> >>> Hi Michal, >>> >>> On 01.12.2015 11:21, Michal Simek wrote: I was checking spl/u-boot-spl.dtb and I see that you are removing

Re: [U-Boot] fdtgrep exclude nodes

2015-12-01 Thread Michal Simek
On 1.12.2015 14:31, Stefan Roese wrote: > On 01.12.2015 14:22, Michal Simek wrote: >> On 1.12.2015 11:46, Stefan Roese wrote: >>> Hi Michal, >>> >>> On 01.12.2015 11:21, Michal Simek wrote: I was checking spl/u-boot-spl.dtb and I see that you are removing interrupt-parent property but I t

Re: [U-Boot] fdtgrep exclude nodes

2015-12-01 Thread Stefan Roese
On 01.12.2015 14:22, Michal Simek wrote: On 1.12.2015 11:46, Stefan Roese wrote: Hi Michal, On 01.12.2015 11:21, Michal Simek wrote: I was checking spl/u-boot-spl.dtb and I see that you are removing interrupt-parent property but I think that also make sense to remove interrupt property as well

Re: [U-Boot] fdtgrep exclude nodes

2015-12-01 Thread Michal Simek
On 1.12.2015 11:46, Stefan Roese wrote: > Hi Michal, > > On 01.12.2015 11:21, Michal Simek wrote: >> I was checking spl/u-boot-spl.dtb and I see that you are removing >> interrupt-parent property but I think that also make sense to remove >> interrupt property as well because it is unused and pare

Re: [U-Boot] fdtgrep exclude nodes

2015-12-01 Thread Stefan Roese
Hi Michal, On 01.12.2015 11:21, Michal Simek wrote: I was checking spl/u-boot-spl.dtb and I see that you are removing interrupt-parent property but I think that also make sense to remove interrupt property as well because it is unused and parent is also removed. Just extend OF_SPL_REMOVE_PROPS b