]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib_ppc: make board_add_ram_info weak
authorKim Phillips <kim.phillips@freescale.com>
Fri, 17 Aug 2007 03:52:39 +0000 (22:52 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Aug 2007 19:39:46 +0000 (21:39 +0200)
commit79f240f7ecc0506b43ac50d1ea405ff6540d4d57
tree6cb59212174311592f9a36af4fb11d43fb436d8e
parent815b5bd5b18569917c3e04b9757511e6ed23b9f6
lib_ppc: make board_add_ram_info weak

platforms wishing to display RAM diagnostics in addition to size,
can do so, on one line, in their own board_add_ram_info()
implementation.

this consequently eliminates CONFIG_ADD_RAM_INFO.

Thanks to Stefan for the hint.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/lwmon5/sdram.c
board/netstal/hcu5/sdram.c
cpu/ppc4xx/44x_spd_ddr2.c
include/configs/TQM85xx.h
include/configs/hcu5.h
include/configs/katmai.h
include/configs/luan.h
include/configs/lwmon5.h
include/configs/p3mx.h
include/configs/yucca.h
lib_ppc/board.c