Re: [U-Boot] [RFC PATCH] spl: Add option SPL_PAYLOAD

2018-07-27 Thread York Sun
On 06/14/2018 02:39 PM, York Sun wrote: > Some legacy boards use RAW image for SPL boot. Add Kconfig option > SPL_PAYLOAD to set alternative image. > > Signed-off-by: York Sun > > --- Applied to fsl-qoriq, awaiting upstream. York ___ U-Boot mailing l

Re: [U-Boot] [RFC PATCH] spl: Add option SPL_PAYLOAD

2018-07-09 Thread Tom Rini
On Mon, Jul 09, 2018 at 03:26:14PM +, York Sun wrote: > On 06/14/2018 02:39 PM, York Sun wrote: > > Some legacy boards use RAW image for SPL boot. Add Kconfig option > > SPL_PAYLOAD to set alternative image. > > > > Signed-off-by: York Sun > > > > --- > > > > Makefile | 4 ++-- >

Re: [U-Boot] [RFC PATCH] spl: Add option SPL_PAYLOAD

2018-07-09 Thread York Sun
On 06/14/2018 02:39 PM, York Sun wrote: > Some legacy boards use RAW image for SPL boot. Add Kconfig option > SPL_PAYLOAD to set alternative image. > > Signed-off-by: York Sun > > --- > > Makefile | 4 ++-- > common/spl/Kconfig | 10 ++ > 2 files changed, 12 insertions(+), 2

[U-Boot] [RFC PATCH] spl: Add option SPL_PAYLOAD

2018-06-14 Thread York Sun
Some legacy boards use RAW image for SPL boot. Add Kconfig option SPL_PAYLOAD to set alternative image. Signed-off-by: York Sun --- Makefile | 4 ++-- common/spl/Kconfig | 10 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6a190e