* 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
diff --git a/board/versatile/versatile.c b/board/versatile/versatile.c
index 626d527..17701dc 100644
--- a/board/versatile/versatile.c
+++ b/board/versatile/versatile.c
@@ -79,6 +79,8 @@
 	/* adress of boot parameters */
 	gd->bd->bi_boot_params = 0x00000100;
 
+	gd->flags = 0;
+
 	icache_enable ();
 
 	flash__init ();