From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 25 Oct 2011 15:25:35 +0200 Subject: [U-Boot] [PATCH 7/9] GCC4.6: Use dst instead of l2srbar in cpu_early_init.c In-Reply-To: <741DEF40-CE0E-4F55-A1B5-50D025F1E009@kernel.crashing.org> References: <1319535462-20693-1-git-send-email-marek.vasut@gmail.com> <1319535462-20693-8-git-send-email-marek.vasut@gmail.com> <741DEF40-CE0E-4F55-A1B5-50D025F1E009@kernel.crashing.org> Message-ID: <201110251525.35151.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Oct 25, 2011, at 4:37 AM, Marek Vasut wrote: > > cpu_init_early.c: In function 'cpu_init_early_f': > > cpu_init_early.c:74: warning: 'l2srbar' may be used uninitialized in this > > function > > > > Signed-off-by: Marek Vasut > > Cc: Wolfgang Denk > > Cc: Simon Glass > > Cc: Mike Frysinger > > --- > > arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > Please hold on this, waiting for a proper fix to the code from Poonam. Kumar, I don't mind removing this one. Thanks for looking through the series, it's very appreciated! Cheers