Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-26 Thread Wolfgang Denk
Dear Dirk Behme, In message 49f3e966@googlemail.com you wrote: I would not dare to use such a function in my code given the test-only comment. sorry I've no time to clean every part of the arm as noone else are interrested in old code so yes it will be cleanup but later asI work

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-25 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: On 23:01 Fri 24 Apr , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090424200323.gd2...@game.jcrosoft.org you wrote: What exactly do you mean by move the STD API? In which way should the STD API be moved, and what

[U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Sanjeev Premi
The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument; which is ignored. This patch removes all uses of board-type, related definitions and functions. Signed-off-by: Sanjeev Premi pr...@ti.com ---

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:21 Fri 24 Apr , Sanjeev Premi wrote: The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument; which is ignored. This patch removes all uses of board-type, related definitions and functions. I've

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Dirk Behme
Sanjeev Premi wrote: The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument; which is ignored. This patch removes all uses of board-type, related definitions and functions. Signed-off-by: Sanjeev Premi

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:21 Fri 24 Apr , Sanjeev Premi wrote: The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument; which is ignored. This patch removes all

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090424164422.gb2...@game.jcrosoft.org you wrote: On 20:21 Fri 24 Apr , Sanjeev Premi wrote: The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument;

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:34 Fri 24 Apr , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090424164422.gb2...@game.jcrosoft.org you wrote: On 20:21 Fri 24 Apr , Sanjeev Premi wrote: The board-types defined in struct omap3_sysinfo seem to be unused. The function

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:59 Fri 24 Apr , Dirk Behme wrote: Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:21 Fri 24 Apr , Sanjeev Premi wrote: The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument;

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090424200323.gd2...@game.jcrosoft.org you wrote: What exactly do you mean by move the STD API? In which way should the STD API be moved, and what exactly is the STD API you are referring to? extract of arm init function #if