Re: [U-Boot] [PATCH] [v2] fsl: improve the PIXIS code and fix a few bugs

2010-04-06 Thread Kumar Gala
On Mar 31, 2010, at 5:44 PM, Timur Tabi wrote: > Refactor and document the Freescale PIXIS code, used on most 85xx and 86xx > boards. This makes the code easier to read and more flexible. > > Delete pixis.h, because none of the exported functions were actually being > used by any other file. M

[U-Boot] [PATCH] [v2] fsl: improve the PIXIS code and fix a few bugs

2010-03-31 Thread Timur Tabi
Refactor and document the Freescale PIXIS code, used on most 85xx and 86xx boards. This makes the code easier to read and more flexible. Delete pixis.h, because none of the exported functions were actually being used by any other file. Make all of the functions in pixis.c 'static'. Remove "#incl