]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
mpc83xx: implement board_add_ram_info
authorKim Phillips <kim.phillips@freescale.com>
Fri, 17 Aug 2007 03:52:48 +0000 (22:52 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 17 Aug 2007 04:12:24 +0000 (23:12 -0500)
commitbbea46f76f767b919070b4829bf34c86bd223248
tree1c4eec552cd1ede648ef3c8e4a6d6c70f431e536
parent14778585d1389d86d5846efec29e5fce892680ce
mpc83xx: implement board_add_ram_info

add board_add_ram_info, to make memory diagnostic output more
consistent. u-boot banner output now looks like:

DRAM:  256 MB (DDR1, 64-bit, ECC on)

and for boards with SDRAM on the local bus, a line such as this is
added:

SDRAM: 64 MB (local bus)

also replaced some magic numbers with their equivalent define names.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/freescale/mpc8323erdb/mpc8323erdb.c
board/mpc8313erdb/sdram.c
board/mpc832xemds/mpc832xemds.c
board/mpc8349emds/mpc8349emds.c
board/mpc8349itx/mpc8349itx.c
board/mpc8360emds/mpc8360emds.c
board/sbc8349/sbc8349.c
board/tqm834x/tqm834x.c
cpu/mpc83xx/spd_sdram.c
include/configs/MPC8313ERDB.h
include/mpc83xx.h