summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2014-11-06 14:54:18 +0100
committerYork Sun <yorksun@freescale.com>2014-12-05 08:06:10 -0800
commitab23b9a024e5f4b103f06674e2fcca5ea343b148 (patch)
tree04915a63de0bc290a985bed0d8391bb0d1346349 /include/configs
parent653c28f377c58021d2c9c61ca35dcad50b4866b4 (diff)
downloadtalos-obmc-uboot-ab23b9a024e5f4b103f06674e2fcca5ea343b148.tar.gz
talos-obmc-uboot-ab23b9a024e5f4b103f06674e2fcca5ea343b148.zip
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 <holger.brunck@keymile.com> cc: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Wolfgang Denk <wd@denx.de> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/km82xx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h
index 69ba66ae6e..14fd290be1 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)
OpenPOWER on IntegriCloud