Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-15 Thread Jerry Van Baren
On 09/05/2012 02:34 AM, Marek Vasut wrote: In case the fdt addr command wasn't ran yet and any other fdt subcommand was issued, the system crashed due to NULL pointer being used. This is caused by fdt addr command setting up a pointer to the FDT memory location. Prior issuing fdt addr, the

Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-13 Thread Marek Vasut
Dear Jerry Van Baren, Hi Marek, I'll queue this up this weekend. The merge window for v2012.10 closed September 18. Unless there is an overriding urgency, the patch will go into the following release. It's a fix, I'd say queue it for current release. Only fixes go into current release

Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-13 Thread Tom Rini
On Thu, Sep 13, 2012 at 10:30:29AM +0200, Marek Vasut wrote: Dear Jerry Van Baren, Hi Marek, I'll queue this up this weekend. The merge window for v2012.10 closed September 18. Unless there is an overriding urgency, the patch will go into the following release. It's a fix, I'd

Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-13 Thread Jerry Van Baren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/13/2012 01:37 PM, Tom Rini wrote: On Thu, Sep 13, 2012 at 10:30:29AM +0200, Marek Vasut wrote: Dear Jerry Van Baren, Hi Marek, I'll queue this up this weekend. The merge window for v2012.10 closed September 18. Unless there is an

Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-12 Thread Jerry Van Baren
Hi Marek, I'll queue this up this weekend. The merge window for v2012.10 closed September 18. Unless there is an overriding urgency, the patch will go into the following release. On 09/05/2012 02:34 AM, Marek Vasut wrote: In case the fdt addr command wasn't ran yet and any other fdt

[U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-05 Thread Marek Vasut
In case the fdt addr command wasn't ran yet and any other fdt subcommand was issued, the system crashed due to NULL pointer being used. This is caused by fdt addr command setting up a pointer to the FDT memory location. Prior issuing fdt addr, the pointer is NULL so calling any other subcommands