[U-Boot] T4 U-boot: ctrl_regs.c: wr used uninitialized

2012-03-26 Thread Scott Wood
I get this in the T4 branch of U-Boot: > Configuring for T4240QDS_EMU - Board: T4240QDS, Options: EMU > ctrl_regs.c: In function 'compute_fsl_memctl_config_regs': > ctrl_regs.c:852:15: warning: 'wr' may be used uninitialized in this function It does not appear to be a false positive (though it is

Re: [U-Boot] T4 U-boot: ctrl_regs.c: wr used uninitialized

2012-03-26 Thread Scott Wood
On 03/26/2012 02:04 PM, Scott Wood wrote: > I get this in the T4 branch of U-Boot: > >> Configuring for T4240QDS_EMU - Board: T4240QDS, Options: EMU >> ctrl_regs.c: In function 'compute_fsl_memctl_config_regs': >> ctrl_regs.c:852:15: warning: 'wr' may be used uninitialized in this function > > It