Re: [U-Boot] [PATCH] mx25: Clean up lowlevel_init

2012-08-15 Thread Benoît Thébaudeau
Dear Matthias, > Dear Benoît > > Am 14.08.2012 23:25, schrieb Benoît Thébaudeau: > > Clean up mx25 lowlevel_init: > > - Add comments. > > - Do not use write32 repeatedly with the same value in order no > > to increase > > code size. > > - Make register values configurable. > > - Use

Re: [U-Boot] [PATCH] mx25: Clean up lowlevel_init

2012-08-14 Thread Matthias Weißer
Dear Benoît Am 14.08.2012 23:25, schrieb Benoît Thébaudeau: Clean up mx25 lowlevel_init: - Add comments. - Do not use write32 repeatedly with the same value in order no to increase code size. - Make register values configurable. - Use defined values instead of literal constants. -