From ab23b9a024e5f4b103f06674e2fcca5ea343b148 Mon Sep 17 00:00:00 2001 From: Holger Brunck Date: Thu, 6 Nov 2014 14:54:18 +0100 Subject: km/km82xx: remove CONFIG_SYS_RAMBOOT This define is never set in our setup, so we can remove it safely. The former code causes cppcheck to complain about: [board/keymile/km82xx/km82xx.c:311]: (error) Uninitialized variable: psize Signed-off-by: Holger Brunck cc: Valentin Longchamp cc: Wolfgang Denk Reviewed-by: York Sun --- include/configs/km82xx.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/km82xx.h') diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h index 69ba66a..14fd290 100644 --- a/include/configs/km82xx.h +++ b/include/configs/km82xx.h @@ -207,9 +207,6 @@ "" #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 (768 << 10) -- cgit v1.1