Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-02-20 Thread Mike Frysinger
On Wednesday 15 February 2012 01:26:10 Simon Glass wrote: On Tue, Jan 24, 2012 at 1:24 PM, Mike Frysinger wrote: On Monday 23 January 2012 00:30:32 Simon Glass wrote: On Fri, Jan 20, 2012 at 10:54 AM, Mike Frysinger wrote: On Tuesday 10 January 2012 19:45:46 Simon Glass wrote:

Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-02-20 Thread Simon Glass
Hi Mike, On Mon, Feb 20, 2012 at 9:24 PM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday 15 February 2012 01:26:10 Simon Glass wrote: On Tue, Jan 24, 2012 at 1:24 PM, Mike Frysinger wrote: On Monday 23 January 2012 00:30:32 Simon Glass wrote: On Fri, Jan 20, 2012 at 10:54 AM, Mike

Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-02-20 Thread Mike Frysinger
On Tuesday 21 February 2012 00:37:16 Simon Glass wrote: On Mon, Feb 20, 2012 at 9:24 PM, Mike Frysinger wrote: On Wednesday 15 February 2012 01:26:10 Simon Glass wrote: On Tue, Jan 24, 2012 at 1:24 PM, Mike Frysinger wrote: On Monday 23 January 2012 00:30:32 Simon Glass wrote: On Fri,

Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-02-14 Thread Simon Glass
Hi Mike, On Tue, Jan 24, 2012 at 1:24 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday 23 January 2012 00:30:32 Simon Glass wrote: On Fri, Jan 20, 2012 at 10:54 AM, Mike Frysinger wrote: On Tuesday 10 January 2012 19:45:46 Simon Glass wrote: +#define CONFIG_LMB do we need

Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-01-24 Thread Mike Frysinger
On Monday 23 January 2012 00:30:32 Simon Glass wrote: On Fri, Jan 20, 2012 at 10:54 AM, Mike Frysinger wrote: On Tuesday 10 January 2012 19:45:46 Simon Glass wrote: +#define CONFIG_LMB do we need this ? Without it I think bootm fails to build with FDT enabled. looks like

Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-01-22 Thread Simon Glass
Hi Mike, On Fri, Jan 20, 2012 at 10:54 AM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday 10 January 2012 19:45:46 Simon Glass wrote: +#define CONFIG_LMB do we need this ? Without it I think bootm fails to build with FDT enabled. Regards, Simon -mike

Re: [U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-01-20 Thread Mike Frysinger
On Tuesday 10 January 2012 19:45:46 Simon Glass wrote: +#define CONFIG_LMB do we need this ? -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v2 2/8] sandbox: config: Enable fdt and snprintf() options

2012-01-10 Thread Simon Glass
Enable fdt code and safe snprintf() options for sandbox. Signed-off-by: Simon Glass s...@chromium.org --- include/configs/sandbox.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 10565e6..6790216 100644