Re: [U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-02-15 Thread Andrew F. Davis
On 02/14/2017 03:04 PM, Tom Rini wrote: > On Tue, Feb 14, 2017 at 02:32:42PM -0600, Andrew F. Davis wrote: >> On 02/14/2017 02:15 PM, Tom Rini wrote: >>> On Mon, Feb 13, 2017 at 12:47:36PM -0600, Andrew F. Davis wrote: >>> CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it

Re: [U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-02-14 Thread Tom Rini
On Tue, Feb 14, 2017 at 02:32:42PM -0600, Andrew F. Davis wrote: > On 02/14/2017 02:15 PM, Tom Rini wrote: > > On Mon, Feb 13, 2017 at 12:47:36PM -0600, Andrew F. Davis wrote: > > > >> CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it > >> encounters RAW images, express this

Re: [U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-02-14 Thread Andrew F. Davis
On 02/14/2017 02:15 PM, Tom Rini wrote: > On Mon, Feb 13, 2017 at 12:47:36PM -0600, Andrew F. Davis wrote: > >> CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it >> encounters RAW images, express this same functionality as a positive >> option enabling support for RAW images:

Re: [U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-02-14 Thread Tom Rini
On Mon, Feb 13, 2017 at 12:47:36PM -0600, Andrew F. Davis wrote: > CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it > encounters RAW images, express this same functionality as a positive > option enabling support for RAW images: CONFIG_SPL_RAW_IMAGE_SUPPORT > >

[U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-02-13 Thread Andrew F. Davis
CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it encounters RAW images, express this same functionality as a positive option enabling support for RAW images: CONFIG_SPL_RAW_IMAGE_SUPPORT Signed-off-by: Andrew F. Davis --- Kconfig | 7