Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-30 Thread Marek Vasut
On Wednesday, December 30, 2015 at 06:52:24 AM, Nathan Rossi wrote: [...] > > TBH I don't think this is the best solution. We should select things > > which are required all the time. For zynq case this selection is > > necessary just for qspi boot mode. There are other boot modes which > >

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-29 Thread Nathan Rossi
On Mon, Dec 14, 2015 at 5:29 PM, Michal Simek wrote: > On 14.12.2015 07:26, Stefan Roese wrote: >> On 12.12.2015 15:08, Nathan Rossi wrote: >>> On Sat, Dec 12, 2015 at 10:05 PM, Stefan Roese wrote: On 11.12.2015 18:32, Marek Vasut wrote: > > On

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-13 Thread Stefan Roese
On 12.12.2015 15:08, Nathan Rossi wrote: On Sat, Dec 12, 2015 at 10:05 PM, Stefan Roese wrote: On 11.12.2015 18:32, Marek Vasut wrote: On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: On 11.12.2015 16:07, Marek Vasut wrote: On Friday, December 11, 2015 at

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-13 Thread Michal Simek
On 14.12.2015 07:26, Stefan Roese wrote: > On 12.12.2015 15:08, Nathan Rossi wrote: >> On Sat, Dec 12, 2015 at 10:05 PM, Stefan Roese wrote: >>> On 11.12.2015 18:32, Marek Vasut wrote: On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: > > On

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-12 Thread Stefan Roese
On 11.12.2015 18:32, Marek Vasut wrote: On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: On 11.12.2015 16:07, Marek Vasut wrote: On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: The Device Model sequence alias feature is required by some Uclasses. Instead of

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-12 Thread Nathan Rossi
On Sat, Dec 12, 2015 at 10:05 PM, Stefan Roese wrote: > On 11.12.2015 18:32, Marek Vasut wrote: >> >> On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: >>> >>> On 11.12.2015 16:07, Marek Vasut wrote: On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-12 Thread Marek Vasut
On Saturday, December 12, 2015 at 03:08:21 PM, Nathan Rossi wrote: > On Sat, Dec 12, 2015 at 10:05 PM, Stefan Roese wrote: > > On 11.12.2015 18:32, Marek Vasut wrote: > >> On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: > >>> On 11.12.2015 16:07, Marek Vasut wrote:

[U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Nathan Rossi
The Device Model sequence alias feature is required by some Uclasses. Instead of disabling the feature for all SPL targets allow it to be configured. The config option is disabled by default to reduce code size for targets that are not interested or do not require this feature. Signed-off-by:

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Simon Glass
On 11 December 2015 at 07:48, Nathan Rossi wrote: > > The Device Model sequence alias feature is required by some Uclasses. > Instead of disabling the feature for all SPL targets allow it to be > configured. > > The config option is disabled by default to reduce code size

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Michal Simek
On 11.12.2015 16:07, Marek Vasut wrote: > On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: >> The Device Model sequence alias feature is required by some Uclasses. >> Instead of disabling the feature for all SPL targets allow it to be >> configured. >> >> The config option is

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: > The Device Model sequence alias feature is required by some Uclasses. > Instead of disabling the feature for all SPL targets allow it to be > configured. > > The config option is disabled by default to reduce code size for targets

Re: [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

2015-12-11 Thread Marek Vasut
On Friday, December 11, 2015 at 04:46:40 PM, Michal Simek wrote: > On 11.12.2015 16:07, Marek Vasut wrote: > > On Friday, December 11, 2015 at 03:48:09 PM, Nathan Rossi wrote: > >> The Device Model sequence alias feature is required by some Uclasses. > >> Instead of disabling the feature for all