Re: [U-Boot] [PATCH] powerpc, muas3001: remove CONFIG_SYS_RAMBOOT

2014-12-05 Thread York Sun
On 11/06/2014 06:20 AM, Heiko Schocher wrote: > cppcheck reports: > > [board/muas3001/muas3001.c:270]: (error) Uninitialized variable: psize > > remove the CONFIG_SYS_RAMBOOT define to prevent this error report. > > Signed-off-by: Heiko Schocher > Reported-by: Wolfgang Denk > > --- > Applie

[U-Boot] [PATCH] powerpc, muas3001: remove CONFIG_SYS_RAMBOOT

2014-11-06 Thread Heiko Schocher
cppcheck reports: [board/muas3001/muas3001.c:270]: (error) Uninitialized variable: psize remove the CONFIG_SYS_RAMBOOT define to prevent this error report. Signed-off-by: Heiko Schocher Reported-by: Wolfgang Denk --- board/muas3001/muas3001.c | 4 include/configs/muas3001.h | 4