summaryrefslogtreecommitdiffstats
path: root/include/configs/luan.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-08-16 22:52:39 -0500
committerWolfgang Denk <wd@denx.de>2007-08-18 21:39:46 +0200
commit79f240f7ecc0506b43ac50d1ea405ff6540d4d57 (patch)
tree6cb59212174311592f9a36af4fb11d43fb436d8e /include/configs/luan.h
parent815b5bd5b18569917c3e04b9757511e6ed23b9f6 (diff)
downloadblackbird-obmc-uboot-79f240f7ecc0506b43ac50d1ea405ff6540d4d57.tar.gz
blackbird-obmc-uboot-79f240f7ecc0506b43ac50d1ea405ff6540d4d57.zip
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>
Diffstat (limited to 'include/configs/luan.h')
-rw-r--r--include/configs/luan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/luan.h b/include/configs/luan.h
index 26dbec92e9..a09dd74733 100644
--- a/include/configs/luan.h
+++ b/include/configs/luan.h
@@ -39,7 +39,6 @@
#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */
#define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */
-#define CONFIG_ADD_RAM_INFO 1 /* Print additional info */
/*-----------------------------------------------------------------------
* Base addresses -- Note these are effective addresses where the
OpenPOWER on IntegriCloud