From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 2 Apr 2017 19:05:39 -0600 Subject: [U-Boot] [PATCH] fdtgrep: Copy with the /aliases node being last In-Reply-To: References: <20170402182644.15239-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On 2 April 2017 at 18:33, Masahiro Yamada wrote: > Hi Simon, > > > 2017-04-03 3:26 GMT+09:00 Simon Glass : >> With skeleton.dtsi being dropped it is more likely that the /aliases node >> will be last in the device tree. Update fdtgrep to handle this. >> >> Signed-off-by: Simon Glass >> --- > > Thank you for fixing this! > > Tested-by: Masahiro Yamada You're welcome, sorry it took so long. I tried a few times but only recently figured it out properly. Regards, Simon