]> git.sur5r.net Git - u-boot/commit
mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 21 Aug 2009 21:27:05 +0000 (16:27 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 21 Aug 2009 22:10:04 +0000 (17:10 -0500)
commit193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
treef492fbe92696338a7c2319ed07ed4880455c5dd6
parentc0d660fbbede322648ec79d3e39389e48f5fab24
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>
include/configs/MPC8349EMDS.h
include/configs/sbc8349.h
include/configs/vme8349.h