diff options
author | Heiko Schocher <hs@denx.de> | 2014-11-06 15:20:52 +0100 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-05 08:06:10 -0800 |
commit | 7c1c581f9c5137f8f109e4cdab3f3d256c7b7dad (patch) | |
tree | a051d993bf1687a01172fc02573305c56cf3a398 /include/configs/muas3001.h | |
parent | ab23b9a024e5f4b103f06674e2fcca5ea343b148 (diff) | |
download | u-boot-imx-7c1c581f9c5137f8f109e4cdab3f3d256c7b7dad.zip u-boot-imx-7c1c581f9c5137f8f109e4cdab3f3d256c7b7dad.tar.gz u-boot-imx-7c1c581f9c5137f8f109e4cdab3f3d256c7b7dad.tar.bz2 |
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 <hs@denx.de>
Reported-by: Wolfgang Denk <wd@denx.de>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/muas3001.h')
-rw-r--r-- | include/configs/muas3001.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |