Re: [U-Boot] [PATCH 1/3] spl: socfpga: remove sfp generation

2018-09-11 Thread Marek Vasut
On 09/10/2018 07:51 PM, Dalon Westergreen wrote: > In preparation to move to using CONFIG_SPL_TARGET, > remove sfp generation targets. > > Signed-off-by: Dalon Westergreen > --- > scripts/Makefile.spl | 12 > 1 file changed, 12 deletions(-) > > diff --git a/scripts/Makefile.spl b/s

[U-Boot] [PATCH 1/3] spl: socfpga: remove sfp generation

2018-09-10 Thread Dalon Westergreen
In preparation to move to using CONFIG_SPL_TARGET, remove sfp generation targets. Signed-off-by: Dalon Westergreen --- scripts/Makefile.spl | 12 1 file changed, 12 deletions(-) diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 252f13826d..9314365aab 100644 --- a/scrip