From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 6 Oct 2012 18:54:37 +0200 Subject: [U-Boot] [PATCH v3 12/23] tegra: Add EMC support for optimal memory timings In-Reply-To: <1334015576.5517.4.camel@jimmyjimmijimmie-laptop> References: <1333408743-28720-1-git-send-email-sjg@chromium.org> <1333408743-28720-13-git-send-email-sjg@chromium.org> <1334015576.5517.4.camel@jimmyjimmijimmie-laptop> Message-ID: <20121006185437.5c9dd9b6@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jimmy, On Mon, 09 Apr 2012 16:52:56 -0700, jimmzhang wrote: > On Mon, 2012-04-02 at 16:18 -0700, Simon Glass wrote: > > From: Jimmy Zhang > > > > Add support for setting up the memory controller parameters. Boards > > can set up an appropriate table in the device tree. > > > > Signed-off-by: Jimmy Zhang > > > Signed-off-by: Simon Glass > > --- This patch causes a warning with building with the debian cross tool chain: emc.c: In function 'tegra_set_emc': emc.c:272:15: warning: 'table' may be used uninitialized in this function [-Wmaybe-uninitialized] emc.c: In function 'tegra_set_emc': emc.c:272:15: warning: 'table' may be used uninitialized in this function [-Wmaybe-uninitialized] Could you provide a patch to fix this? Amicalement, -- Albert.