]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 12 Oct 2011 04:57:31 +0000 (23:57 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 3 Nov 2011 23:27:56 +0000 (18:27 -0500)
commit2e651b248348e156d193e46f7a5b827d74af90d6
tree76515fcf8008dbaefcdfdb6afffdb79376a82057
parent7d6a098219f8473ca4653cce5f7a49672b967f36
mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code

Rename CONFIG_SYS_DDR_CONFIG to include which CS it is configuring
Cleanup the setting of the csnbds to respect the setting of
CONFIG_SYS_DDR_SDRAM_BASE
Use __ilog2 instead of writing the code to compute it
Disable unused CS configs
Ensure ddrlaw.bar is configured

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12 files changed:
board/freescale/mpc8313erdb/sdram.c
board/freescale/mpc8349emds/mpc8349emds.c
board/freescale/mpc8349itx/mpc8349itx.c
board/freescale/mpc8360emds/mpc8360emds.c
board/sbc8349/sbc8349.c
board/ve8313/ve8313.c
include/configs/MPC8313ERDB.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC8360EMDS.h
include/configs/sbc8349.h
include/configs/ve8313.h