]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/armltd/integrator/integrator.c
integrator: stop zeroing the gd flags
[karo-tx-uboot.git] / board / armltd / integrator / integrator.c
index f0fe0fd3aabe66ba0f096221eb8de985211e61ba..e94ac850c7515b66948a1f428cdab79619b2322c 100644 (file)
@@ -54,8 +54,6 @@ int board_init (void)
        /* adress of boot parameters */
        gd->bd->bi_boot_params = 0x00000100;
 
-       gd->flags = 0;
-
 #ifdef CONFIG_CM_REMAP
 extern void cm_remap(void);
        cm_remap();     /* remaps writeable memory to 0x00000000 */