]> git.sur5r.net Git - u-boot/blobdiff - board/teejet/mt_ventoux/mt_ventoux.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / board / teejet / mt_ventoux / mt_ventoux.c
index d57678668be1228c7209706cc1daa00b90377479..8347cf9ce942c86870cfe02905dab1f74f63dd64 100644 (file)
@@ -179,9 +179,9 @@ int fpga_post_config_fn(int cookie)
 {
        debug("%s:%d: FPGA post-configuration\n", __func__, __LINE__);
 
-       fpga_reset(TRUE);
+       fpga_reset(true);
        udelay(100);
-       fpga_reset(FALSE);
+       fpga_reset(false);
 
        return 0;
 }