* Patch by Philippe Robin, 01 Jul 2004:
[platform/kernel/u-boot.git] / board / integratorap / integratorap.c
index 84a4c70..3ab74f0 100644 (file)
@@ -73,6 +73,8 @@ int board_init (void)
        /* adress of boot parameters */
        gd->bd->bi_boot_params = 0x00000100;
 
+       gd->flags = 0;
+
        icache_enable ();
 
        flash__init ();