On Wed, 2015-11-04 at 17:12 +0800, [email protected] wrote: > Replace numerical bit shift with BIT macro > in altera_tse > > :%s/(1 << nr)/BIT(nr)/g > where nr = 0, 1, 2 .... 31 > > Signed-off-by: Thomas Chou <[email protected]> > ---
Reviewed-by: Chin Liang See <[email protected]> Thanks Chin Liang _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

