]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sacsng/clkinit.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / sacsng / clkinit.c
index 4a7f362c5e3ab316b4a5352b28c9df33cec49a5a..3894a5c1aaf04628a2a437f46d7544bf1609df5b 100644 (file)
@@ -94,11 +94,11 @@ uint Daq_BRG_Get_Div16(uint brg)
 
      if (*brg_ptr & CPM_BRG_DIV16) {
         /* DIV16 active */
-        return (TRUE);
+        return true;
      }
      else {
         /* DIV16 inactive */
-        return (FALSE);
+        return false;
      }
 }