Skip to content
Snippets Groups Projects
Commit e76cd5d4 authored by Andy Fleming's avatar Andy Fleming
Browse files

8xxx: Change all 8*xx_DDR addresses to 8xxx


There were a number of shared files that were using
CONFIG_SYS_MPC85xx_DDR_ADDR, or CONFIG_SYS_MPC86xx_DDR_ADDR, and
several variants (DDR2, DDR3). A recent patchset added
85xx-specific ones to code which was used by 86xx systems.
After reviewing places where these constants were used, and
noting that the type definitions of the pointers assigned to
point to those addresses were the same, the cleanest approach
to fixing this problem was to unify the namespace for the
85xx, 83xx, and 86xx DDR address definitions.

This patch does:

s/CONFIG_SYS_MPC8.xx_DDR/CONFIG_SYS_MPC8xxx_DDR/g

All 85xx, 86xx, and 83xx have been built with this change.

Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
Tested-by: default avatarAndy Fleming <afleming@freescale.com>
Acked-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent 66dc452b
No related branches found
No related tags found
No related merge requests found
Showing
with 54 additions and 71 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment