* Patch by Philippe Robin, 01 Jul 2004:
[platform/kernel/u-boot.git] / board / integratorcp / integratorcp.c
index 6071d81..8da869c 100644 (file)
@@ -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 ();