Re: [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-22 Thread Christian Riesch
Hi Tom, On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini tr...@ti.com wrote: - Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs. - Remove duplicated code. - Add spl_boot_device() that returns the statically chosen boot device. I

Re: [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-22 Thread Prabhakar Lad
Hi Tom, On Wednesday 22 August 2012 03:34 PM, Christian Riesch wrote: Hi Tom, On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini tr...@ti.com wrote: - Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs. - Remove duplicated code. - Add

Re: [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-22 Thread Tom Rini
On Wed, Aug 22, 2012 at 12:04:27PM +0200, Christian Riesch wrote: Hi Tom, On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini tr...@ti.com wrote: - Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs. - Remove duplicated code. - Add

Re: [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-22 Thread Tom Rini
On Wed, Aug 22, 2012 at 10:46:19AM -0700, Tom Rini wrote: On Wed, Aug 22, 2012 at 12:04:27PM +0200, Christian Riesch wrote: Hi Tom, On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini tr...@ti.com wrote: - Convert the non-relocation part of board_init_f to spl_board_init, turn on

Re: [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-22 Thread Tom Rini
On Wed, Aug 22, 2012 at 12:19:03PM -0700, Tom Rini wrote: On Wed, Aug 22, 2012 at 10:46:19AM -0700, Tom Rini wrote: On Wed, Aug 22, 2012 at 12:04:27PM +0200, Christian Riesch wrote: Hi Tom, On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini tr...@ti.com wrote: - Convert the non-relocation

[U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-20 Thread Tom Rini
- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs. - Remove duplicated code. - Add spl_boot_device() that returns the statically chosen boot device. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - Add