Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Scott Wood
On Tue, 2015-09-01 at 22:04 -0500, York Sun wrote: > On 09/01/2015 09:48 PM, Simon Glass wrote: > > Hi Scott, > > > > On 31 August 2015 at 21:16, Scott Wood wrote: > > > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: > > > > Hi Scott, > > > > > > > > On 31 August

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Scott Wood
On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote: > Hi Scott, > > On 31 August 2015 at 21:16, Scott Wood wrote: > > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: > > > Hi Scott, > > > > > > On 31 August 2015 at 20:11, Scott Wood

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Simon Glass
Hi Scott, On 1 September 2015 at 21:00, Scott Wood wrote: > On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote: >> Hi Scott, >> >> On 31 August 2015 at 21:16, Scott Wood wrote: >> > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: >> > >

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread York Sun
On 09/01/2015 09:48 PM, Simon Glass wrote: > Hi Scott, > > On 31 August 2015 at 21:16, Scott Wood wrote: >> On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: >>> Hi Scott, >>> >>> On 31 August 2015 at 20:11, Scott Wood wrote:

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Simon Glass
Hi Scott, On 31 August 2015 at 21:16, Scott Wood wrote: > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: >> Hi Scott, >> >> On 31 August 2015 at 20:11, Scott Wood wrote: >> > Currently, using fdt_fixup_stdout() on a device tree that is

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Scott Wood
On Tue, 2015-09-01 at 21:10 -0600, Simon Glass wrote: > Hi Scott, > > On 1 September 2015 at 21:00, Scott Wood wrote: > > On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote: > > > Hi Scott, > > > > > > On 31 August 2015 at 21:16, Scott Wood

[U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-08-31 Thread Scott Wood
Currently, using fdt_fixup_stdout() on a device tree that is missing the relevant alias results in this: WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND. ERROR: /chosen node create failed - must RESET the board to recover. FDT creation failed! hanging...### ERROR ### Please RESET the

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-08-31 Thread Simon Glass
Hi Scott, On 31 August 2015 at 20:11, Scott Wood wrote: > Currently, using fdt_fixup_stdout() on a device tree that is missing > the relevant alias results in this: > > WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND. > ERROR: /chosen node create failed > -

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-08-31 Thread Scott Wood
On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: > Hi Scott, > > On 31 August 2015 at 20:11, Scott Wood wrote: > > Currently, using fdt_fixup_stdout() on a device tree that is missing > > the relevant alias results in this: > > > > WARNING: could not set

[U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-08-31 Thread Scott Wood
Currently, using fdt_fixup_stdout() on a device tree that is missing the relevant alias results in this: WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND. ERROR: /chosen node create failed - must RESET the board to recover. FDT creation failed! hanging...### ERROR ### Please RESET the