Re: [U-Boot] [PATCH v2 1/2] nitrogen6x: Fix RAM size variable

2013-03-14 Thread Stefano Babic
On 13/03/2013 23:59, Fabio Estevam wrote: > From: Fabio Estevam > > Fix the following build error when buildig nitrogen6s1g: > > nitrogen6x.c:89:17: error: 'CONFIG_DDR_MB' undeclared (first use in > this function) > nitrogen6x.c:89:17: note: each undeclared identifier is reported only > once for

[U-Boot] [PATCH v2 1/2] nitrogen6x: Fix RAM size variable

2013-03-13 Thread Fabio Estevam
From: Fabio Estevam Fix the following build error when buildig nitrogen6s1g: nitrogen6x.c:89:17: error: 'CONFIG_DDR_MB' undeclared (first use in this function) nitrogen6x.c:89:17: note: each undeclared identifier is reported only once for each function it appears in Reported-by: Albert Aribaud