summaryrefslogtreecommitdiffstats
path: root/include/configs/sbc8349.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2009-08-21 16:27:05 -0500
committerKim Phillips <kim.phillips@freescale.com>2009-08-21 17:10:04 -0500
commit193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb (patch)
treef492fbe92696338a7c2319ed07ed4880455c5dd6 /include/configs/sbc8349.h
parentc0d660fbbede322648ec79d3e39389e48f5fab24 (diff)
downloadtalos-obmc-uboot-193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb.tar.gz
talos-obmc-uboot-193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb.zip
mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
This was introduced with the MPC8349EMDS board, and then copied to a couple other boards by nature of being the reference implementation. u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 u-boot$ It currently isn't used, so delete it before it spreads further. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/sbc8349.h')
-rw-r--r--include/configs/sbc8349.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h
index 088b28356c..4f2aef0963 100644
--- a/include/configs/sbc8349.h
+++ b/include/configs/sbc8349.h
@@ -157,7 +157,6 @@
#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
-#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
#define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* start of monitor */
#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
OpenPOWER on IntegriCloud