From bc54f309a1f274226ed0f938e2a09fc2fd9f9701 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 11 Jul 2004 18:10:30 +0000 Subject: * Patch by Philippe Robin, 01 Jul 2004: Add initialization for Integrator and versatile board files. * Patch by Hinko Kocevar, 01 Jun 2004: Fix VFD FB allocation, add LCD FB allocation on ARM --- board/integratorcp/integratorcp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/integratorcp') diff --git a/board/integratorcp/integratorcp.c b/board/integratorcp/integratorcp.c index 6071d81..8da869c 100644 --- a/board/integratorcp/integratorcp.c +++ b/board/integratorcp/integratorcp.c @@ -69,6 +69,8 @@ int board_init (void) /* adress of boot parameters */ gd->bd->bi_boot_params = 0x00000100; + gd->flags = 0; + icache_enable (); flash__init (); -- cgit v1.1