From 7c1c581f9c5137f8f109e4cdab3f3d256c7b7dad Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 6 Nov 2014 15:20:52 +0100 Subject: powerpc, muas3001: remove CONFIG_SYS_RAMBOOT 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 Reviewed-by: York Sun --- include/configs/muas3001.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/muas3001.h') diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index 7343c94..df2ecc1 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.h @@ -206,10 +206,6 @@ #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE } #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE -#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) -#define CONFIG_SYS_RAMBOOT -#endif - #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256KB for Monitor */ #define CONFIG_ENV_IS_IN_FLASH -- cgit v1.1