From 7640f41988a456a0b1f05263d2e2dc5cd7d93984 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 19 Jul 2009 19:37:24 +0200 Subject: Fix boards broken after removal of legacy NAND and DoC support Commit 2419169f removed support for legacy NAND and disk on chip but missed to update the code for a few boards. This patch fixes the resulting build issues. Signed-off-by: Wolfgang Denk --- board/rbc823/rbc823.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/rbc823') diff --git a/board/rbc823/rbc823.c b/board/rbc823/rbc823.c index b2949060c..e10d9f9ff 100644 --- a/board/rbc823/rbc823.c +++ b/board/rbc823/rbc823.c @@ -256,6 +256,7 @@ static long int dram_size (long int mamr_value, long int *base, return (get_ram_size (base, maxsize)); } +#ifdef CONFIG_CMD_DOC void doc_init (void) { volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; @@ -267,3 +268,4 @@ void doc_init (void) doc_probe (FLASH_BASE1_PRELIM); } +#endif -- cgit v1.2.3